mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 04:51:15 +02:00
* 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:
parent
8ba90e3d00
commit
9002d22168
@ -296,7 +296,7 @@ var
|
|||||||
DoingNumChars: Boolean;
|
DoingNumChars: Boolean;
|
||||||
DoingNumCode: Byte;
|
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
|
{ Several remappings of scancodes are necessary to comply with what
|
||||||
we get with MSDOS. Special Windows keys, as Alt-Tab, Ctrl-Esc etc.
|
we get with MSDOS. Special Windows keys, as Alt-Tab, Ctrl-Esc etc.
|
||||||
are excluded }
|
are excluded }
|
||||||
|
Loading…
Reference in New Issue
Block a user