1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Added tests to InputEvent

This commit is contained in:
Miguel Pereira
2023-07-13 23:26:05 +02:00
parent ef155c1aeb
commit c2ad5ca435
2 changed files with 116 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
#include "test_main.h"
#include "tests/core/config/test_project_settings.h"
#include "tests/core/input/test_input_event.h"
#include "tests/core/input/test_input_event_key.h"
#include "tests/core/input/test_input_event_mouse.h"
#include "tests/core/input/test_shortcut.h"