VK_LEFT fix

This commit is contained in:
Fire-Head 2019-06-05 23:25:13 +03:00
parent 4fc80e7b73
commit e952d3e624
1 changed files with 1 additions and 0 deletions

View File

@ -2739,6 +2739,7 @@ BOOL _InputTranslateKey(RsKeyCodes *rs, UINT flag, UINT key)
*rs = rsLEFT;
else
*rs = rsPADLEFT;
break;
}
case VK_UP: