We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eb5ba6 + 0e4846f commit 37483daCopy full SHA for 37483da
1 file changed
engine/system/win/sys_main.cpp
@@ -244,7 +244,7 @@ static const byte sys_keyRemap[] = {
244
0, // 5D VK_APPS
245
0, // 5E -
246
0, // 5F VK_SLEEP
247
- 0, // 60 VK_NUMPAD0
+ '0', // 60 VK_NUMPAD0
248
0, // 61 VK_NUMPAD1
249
0, // 62 VK_NUMPAD2
250
0, // 63 VK_NUMPAD3
@@ -255,9 +255,9 @@ static const byte sys_keyRemap[] = {
255
0, // 68 VK_NUMPAD8
256
0, // 69 VK_NUMPAD9
257
0, // 6A VK_MULTIPLY
258
- 0, // 6B VK_ADD
+ '+', // 6B VK_ADD
259
0, // 6C VK_SEPARATOR
260
- 0, // 6D VK_SUBTRACT
+ '-', // 6D VK_SUBTRACT
261
0, // 6E VK_DECIMAL
262
0, // 6F VK_DIVIDE
263
KEY_F1, // 70 VK_F1
0 commit comments