Updates for libquinn

This commit is contained in:
Andrew Pamment 2021-12-25 10:25:38 +10:00
parent 175aab7647
commit 95166b5a35

View File

@ -252,7 +252,7 @@ void QUINN_PumpEvents(_THIS) {
current_req_current = 0; current_req_current = 0;
} }
quinn_process_input(); quinn_process_input(0);
} }
void QUINN_InitOSKeymap(_THIS) void QUINN_InitOSKeymap(_THIS)