Fixed Win32 keyboard input.

This commit is contained in:
2024-07-27 10:12:10 -07:00
parent 01a21032a5
commit 6522994a1f
2 changed files with 113 additions and 6 deletions

View File

@@ -268,23 +268,23 @@ namespace ehs
case 71:
return Keyboard::F13;
case 72:
return Keyboard::F14;
return Keyboard::Up;
case 73:
return Keyboard::F15;
case 74:
return Keyboard::F16;
case 75:
return Keyboard::F17;
return Keyboard::Left;
case 76:
return Keyboard::F18;
case 77:
return Keyboard::F19;
return Keyboard::Right;
case 78:
return Keyboard::F20;
case 79:
return Keyboard::F21;
case 80:
return Keyboard::F22;
return Keyboard::Down;
case 81:
return Keyboard::F23;
case 82: