mirror of https://github.com/PCSX2/pcsx2.git
onepad: release shift when losing the focus
This commit is contained in:
parent
43390ec240
commit
83d578f39a
|
@ -125,6 +125,7 @@ void AnalyzeKeyEvent(int pad, keyEvent &evt)
|
||||||
|
|
||||||
case FocusOut:
|
case FocusOut:
|
||||||
//XAutoRepeatOn(GSdsp);
|
//XAutoRepeatOn(GSdsp);
|
||||||
|
s_Shift = false;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ButtonPress:
|
case ButtonPress:
|
||||||
|
|
Loading…
Reference in New Issue