add some more events for waking up

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_BUTTON_DOWN ||
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_EDITING ||
e.type == SDL_EVENT_KEY_DOWN ||
e.type == SDL_EVENT_KEY_UP ||
e.type == SDL_EVENT_WINDOW_MOUSE_ENTER ||