From b8ceade79e750378ef5c8ef3ad8783e1282d8e54 Mon Sep 17 00:00:00 2001 From: staphen Date: Sat, 22 Oct 2022 21:03:19 -0400 Subject: [PATCH] Forward touch events from FetchMessage_Real() --- Source/miniwin/misc_msg.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/miniwin/misc_msg.cpp b/Source/miniwin/misc_msg.cpp index f505d63ba..6ba1c31d2 100644 --- a/Source/miniwin/misc_msg.cpp +++ b/Source/miniwin/misc_msg.cpp @@ -155,6 +155,8 @@ bool FetchMessage_Real(SDL_Event *event, uint16_t *modState) case SDL_CONTROLLERAXISMOTION: case SDL_CONTROLLERBUTTONDOWN: case SDL_CONTROLLERBUTTONUP: + case SDL_FINGERDOWN: + case SDL_FINGERUP: #endif case SDL_JOYAXISMOTION: case SDL_JOYBUTTONDOWN: