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

Add Unit Tests for InputEventKey

This commit is contained in:
Timon Bestebreur
2022-03-16 09:44:47 +01:00
committed by Rémi Verschelde
parent 255e0770c4
commit 997f18f686
2 changed files with 295 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#include "test_main.h"
#include "tests/core/input/test_input_event_key.h"
#include "tests/core/input/test_shortcut.h"
#include "tests/core/io/test_config_file.h"
#include "tests/core/io/test_file_access.h"