/tutorial/vision/opengl/interactive_world.e
http://github.com/tybor/Liberty · Specman e · 16 lines · 12 code · 4 blank · 0 comment · 0 complexity · e898d219a752ef1e03e92cace78331f3 MD5 · raw file
- class INTERACTIVE_WORLD
- inherit
- WORLD
- creation {ANY}
- make_interactive
- feature {}
- make_interactive (p: like parent; end_of_program: PROCEDURE[ANY, TUPLE]) is
- do
- make(p)
- when_left_clicked(end_of_program)
- end
-
- end