add some more events for waking up
Some checks failed
ContinuousDelivery / windows (push) Waiting to run
ContinuousDelivery / windows-asan (push) Waiting to run
ContinuousDelivery / release (push) Blocked by required conditions
ContinuousIntegration / macos (push) Waiting to run
ContinuousIntegration / windows (push) Waiting to run
ContinuousDelivery / linux-ubuntu (push) Failing after 4m29s
ContinuousDelivery / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android]) (push) Failing after 5m30s
ContinuousDelivery / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android]) (push) Failing after 5m27s
ContinuousIntegration / linux (push) Successful in 3m40s
ContinuousIntegration / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android]) (push) Failing after 5m10s
ContinuousIntegration / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android]) (push) Failing after 5m0s

This commit is contained in:
Green Sky 2024-06-06 12:58:47 +02:00
parent 5a2a30ada6
commit 8ab503840a
No known key found for this signature in database

View File

@ -192,7 +192,10 @@ bool MainScreen::handleEvent(SDL_Event& e) {
e.type == SDL_EVENT_MOUSE_WHEEL || e.type == SDL_EVENT_MOUSE_WHEEL ||
e.type == SDL_EVENT_MOUSE_BUTTON_DOWN || e.type == SDL_EVENT_MOUSE_BUTTON_DOWN ||
e.type == SDL_EVENT_MOUSE_BUTTON_UP || e.type == SDL_EVENT_MOUSE_BUTTON_UP ||
e.type == SDL_EVENT_FINGER_DOWN ||
e.type == SDL_EVENT_FINGER_UP ||
e.type == SDL_EVENT_TEXT_INPUT || e.type == SDL_EVENT_TEXT_INPUT ||
e.type == SDL_EVENT_TEXT_EDITING ||
e.type == SDL_EVENT_KEY_DOWN || e.type == SDL_EVENT_KEY_DOWN ||
e.type == SDL_EVENT_KEY_UP || e.type == SDL_EVENT_KEY_UP ||
e.type == SDL_EVENT_WINDOW_MOUSE_ENTER || e.type == SDL_EVENT_WINDOW_MOUSE_ENTER ||