mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-24 04:18:23 -05:00
Fix controller input lingering when unfocused (#210)
This commit is contained in:
@@ -123,6 +123,9 @@ public:
|
||||
|
||||
void OnSDLEvent(SDL_Event* event) override
|
||||
{
|
||||
if (!hid::IsInputAllowed())
|
||||
return;
|
||||
|
||||
switch (event->type)
|
||||
{
|
||||
#ifdef UI_KBM_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user