godot/tests
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
..
core fix assignment to vec2 tests 2023-10-25 20:57:45 +02:00
data Revert "Implement loading DDS textures at run-time" 2023-08-29 14:25:16 +02:00
python_build
scene Make mouse-enter/exit notifications match mouse event propagation 2023-11-09 09:11:59 -05:00
servers Fix various typos with codespell 2023-09-12 08:54:18 +02:00
create_test.py
display_server_mock.h Add vararg call() method to C++ Callable 2023-10-05 11:35:29 +02:00
SCsub
test_macros.cpp
test_macros.h
test_main.cpp Add 2D navigation mesh baking 2023-09-25 19:48:14 +02:00
test_main.h
test_tools.h
test_utils.cpp
test_utils.h
test_validate_testing.h