1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Use Input::push_input for tests plus extra mouse testing

This commit is contained in:
Paulb23
2022-04-22 17:39:12 +01:00
parent f4b0c7a1ea
commit 5e4e4967fe
5 changed files with 81 additions and 26 deletions

View File

@@ -1446,4 +1446,8 @@ Input::Input() {
}
}
Input::~Input() {
singleton = nullptr;
}
//////////////////////////////////////////////////////////