virtualx-engine/scene/main
Saggi Mizrahi 89b201b466 Add the option to check if input was handled
When working with a viewport you should call Viewport.input() to pass
the input, but if the input was unhandled you might also want to call
Viewport.unhandled_input() so that objects in the sub-scene can handle
the event. This adds a way to check if the input was handled so that you
know whether you should call Viewport.unhandled_input() or not.

Signed-off-by: Saggi Mizrahi <saggi@mizrahi.cc>
(cherry picked from commit 245ace6e2e)
2017-04-05 08:15:15 +02:00
..
canvas_layer.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
canvas_layer.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
http_request.cpp Remove set_ip_type from network classes (no longer needed) 2017-03-22 21:00:23 +01:00
http_request.h Remove set_ip_type from network classes (no longer needed) 2017-03-22 21:00:23 +01:00
instance_placeholder.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
instance_placeholder.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
node.cpp fix remove_and_skip() 2017-03-19 00:38:36 +01:00
node.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
resource_preloader.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
resource_preloader.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
scene_main_loop.cpp Add the option to check if input was handled 2017-04-05 08:15:15 +02:00
scene_main_loop.h Add the option to check if input was handled 2017-04-05 08:15:15 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
timer.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
timer.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
viewport.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
viewport.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00