Mercurial > mm7
diff Keyboard.h @ 2399:aad4f31aa297
Merge
author | Grumpy7 |
---|---|
date | Thu, 10 Jul 2014 01:37:41 +0200 |
parents | 6a7309a847ea |
children |
line wrap: on
line diff
--- a/Keyboard.h Thu Jul 10 01:34:57 2014 +0200 +++ b/Keyboard.h Thu Jul 10 01:37:41 2014 +0200 @@ -67,7 +67,7 @@ unsigned int pVirtualKeyCodesMapping[30]; KeyToggleType pToggleTypes[30]; int max_input_string_len; - unsigned __int8 pPressedKeysBuffer[257]; + __int8 pPressedKeysBuffer[257]; unsigned __int8 uNumKeysPressed; char field_202; char field_203;