From 95166b5a353e4e7507b5f612be9e1ae39b688114 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Sat, 25 Dec 2021 10:25:38 +1000 Subject: [PATCH] Updates for libquinn --- src/video/quinn/SDL_quinnevents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/quinn/SDL_quinnevents.c b/src/video/quinn/SDL_quinnevents.c index 3639421..606cf6f 100644 --- a/src/video/quinn/SDL_quinnevents.c +++ b/src/video/quinn/SDL_quinnevents.c @@ -252,7 +252,7 @@ void QUINN_PumpEvents(_THIS) { current_req_current = 0; } - quinn_process_input(); + quinn_process_input(0); } void QUINN_InitOSKeymap(_THIS)