godot/scene/main
Pedro J. Estébanez 82902656ac Improve/fix picking
Acknowledge mouse button events as position tellers (to make picking more solid; for instance, the touch mouse is raised with a mouse unpressed event that may have a more current position)
Forget mouse position for physics if touch mouse raised (because the position known as last is no longer meaningful)
Remove needless check for mouse over/exit (now there's code to inject an spurious move for cases where camera/objects have moved)
Restrict 2D mouse over/exit to mouse events (including emulated from touch; true touches shouldn't trigger the signals)

Fixes #26460.
2019-03-05 22:33:34 +01:00
..
canvas_layer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
canvas_layer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
http_request.cpp Appease some CppCheck warns for files in the "scene" directory 2019-01-16 12:59:18 -02:00
http_request.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
instance_placeholder.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
instance_placeholder.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
node.cpp Add check in folding to see if the nodepath exists to avoid message spam. 2019-01-30 20:19:44 -08:00
node.h Add check in folding to see if the nodepath exists to avoid message spam. 2019-01-30 20:19:44 -08:00
resource_preloader.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_preloader.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
scene_tree.cpp Fix a font oversampling warning being printed when it shouldn't 2019-01-31 19:49:10 +01:00
scene_tree.h Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
timer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
timer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
viewport.cpp Improve/fix picking 2019-03-05 22:33:34 +01:00
viewport.h Improve/fix picking 2019-03-05 22:33:34 +01:00