mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-19 19:17:14 +02:00
onepad: remove remaining XAutoRepeat* call
This commit is contained in:
@@ -120,11 +120,11 @@ void AnalyzeKeyEvent(int pad, keyEvent &evt)
|
||||
break;
|
||||
|
||||
case FocusIn:
|
||||
XAutoRepeatOff(GSdsp);
|
||||
//XAutoRepeatOff(GSdsp);
|
||||
break;
|
||||
|
||||
case FocusOut:
|
||||
XAutoRepeatOn(GSdsp);
|
||||
//XAutoRepeatOn(GSdsp);
|
||||
break;
|
||||
|
||||
case ButtonPress:
|
||||
|
||||
Reference in New Issue
Block a user