Skip to content

Commit 0e4846f

Browse files
committed
Add support for VK_NUMPAD0
1 parent 43359db commit 0e4846f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/system/win/sys_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ static const byte sys_keyRemap[] = {
244244
0, // 5D VK_APPS
245245
0, // 5E -
246246
0, // 5F VK_SLEEP
247-
0, // 60 VK_NUMPAD0
247+
'0', // 60 VK_NUMPAD0
248248
0, // 61 VK_NUMPAD1
249249
0, // 62 VK_NUMPAD2
250250
0, // 63 VK_NUMPAD3

0 commit comments

Comments
 (0)