Correct hexadecimal value for space key

This commit is contained in:
Iwan Timmer 2015-07-11 22:38:19 +02:00
parent 2ceebf8f1e
commit 35cb5224ee

View File

@ -75,7 +75,7 @@ static const short keyCodes[] = {
0x10, //VK_SHIFT Right shift
0, //VK_KPASTERISK
0x11, //VK_ALT Left alt
0x32, //VK_SPACE
0x20, //VK_SPACE
0x14, //VK_CAPS_LOCK
0x70, //VK_F1
0x71, //VK_F2