* second part of patch by James Richters from bug #32558 - changes in RemapScanCodes in order to comply to the respective Windows API definitions

git-svn-id: trunk@37674 -
This commit is contained in:
Tomas Hajny 2017-12-05 01:02:08 +00:00
parent 8ba90e3d00
commit 9002d22168

View File

@ -296,7 +296,7 @@ var
DoingNumChars: Boolean;
DoingNumCode: Byte;
Function RemapScanCode (ScanCode: byte; CtrlKeyState: byte; keycode:longint): byte;
Function RemapScanCode (ScanCode: word; CtrlKeyState: dword; keycode:word): byte;
{ Several remappings of scancodes are necessary to comply with what
we get with MSDOS. Special Windows keys, as Alt-Tab, Ctrl-Esc etc.
are excluded }