godot/tests/scene
kit d24d73ba31 Make mouse-enter/exit notifications match mouse event propagation
`NOTIFICATION_MOUSE_ENTER` and `NOTIFICATION_MOUSE_EXIT` now includes
the areas of children control nodes if the mouse filters allow it.

In order to check if a Control node itself was entered/exited, the newly
introduced `NOTIFICATION_MOUSE_ENTER_SELF` and
`NOTIFICATION_MOUSE_EXIT_SELF` can be used.

Co-authored-by: Markus Sauermann <6299227+Sauermann@users.noreply.github.com>
2023-11-09 09:11:59 -05:00
..
test_animation.h
test_arraymesh.h Codestyle: Don't use auto where not warranted 2023-09-07 16:15:18 +02:00
test_audio_stream_wav.h
test_bit_map.h
test_code_edit.h Code Editor: Fix regression with using doc comments for code regions 2023-10-13 09:38:03 +03:00
test_color_picker.h
test_control.h Fix global transform validity for `Node2D` and `Control` 2023-08-08 12:22:55 +02:00
test_curve.h
test_curve_2d.h
test_curve_3d.h Fix Curve3D baking up vectors for nontrivial curves. 2023-09-18 18:50:36 -06:00
test_gradient.h
test_navigation_agent_2d.h
test_navigation_agent_3d.h
test_navigation_obstacle_2d.h Add initial 'NavigationObstacle' and 'NavigationRegion' tests 2023-06-14 22:24:37 +02:00
test_navigation_obstacle_3d.h Add initial 'NavigationObstacle' and 'NavigationRegion' tests 2023-06-14 22:24:37 +02:00
test_navigation_region_2d.h Add initial 'NavigationObstacle' and 'NavigationRegion' tests 2023-06-14 22:24:37 +02:00
test_navigation_region_3d.h Add initial 'NavigationObstacle' and 'NavigationRegion' tests 2023-06-14 22:24:37 +02:00
test_node.h Merge pull request #75459 from kleonc/node-fix-find-children 2023-06-19 22:33:46 +02:00
test_node_2d.h Fix global transform validity for `Node2D` and `Control` 2023-08-08 12:22:55 +02:00
test_packed_scene.h Improve PackedScene unit test for complex scene 2023-08-09 00:28:53 +07:00
test_path_2d.h
test_path_3d.h
test_path_follow_2d.h
test_path_follow_3d.h
test_primitives.h
test_sprite_frames.h
test_text_edit.h Add test justifying change to expected horizontal scroll position 2023-10-13 12:22:50 -07:00
test_theme.h Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file 2023-07-17 13:25:00 +02:00
test_viewport.h Make mouse-enter/exit notifications match mouse event propagation 2023-11-09 09:11:59 -05:00
test_visual_shader.h
test_window.h Fix ThemeDB initialization in tests 2023-09-04 18:07:16 +02:00