mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 19:19:43 -06:00
Fix controller input lingering when unfocused (#210)
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
|
||||
bool CanPoll()
|
||||
{
|
||||
return controller && (GameWindow::s_isFocused || Config::AllowBackgroundInput);
|
||||
return controller;
|
||||
}
|
||||
|
||||
void PollAxis()
|
||||
|
||||
Reference in New Issue
Block a user