fix old bug causing inability to use gamepads for hotkeys
This commit is contained in:
parent
d4c5831828
commit
c986a7eb1a
|
@ -1797,7 +1797,7 @@ static LRESULT CALLBACK HotInputCustomWndProc(HWND hwnd, UINT msg, WPARAM wParam
|
||||||
case WM_TIMER:
|
case WM_TIMER:
|
||||||
if(hwnd == selectedItem)
|
if(hwnd == selectedItem)
|
||||||
{
|
{
|
||||||
//FunkyJoyStickTimer();
|
FunkyJoyStickTimer();
|
||||||
}
|
}
|
||||||
SetTimer(hwnd,747,125,NULL);
|
SetTimer(hwnd,747,125,NULL);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue