Extract the flags from a key event.
Source position: keybrdh.inc line 258
function GetKeyEventFlags( |
KeyEvent: TKeyEvent |
):Byte; |
GetKeyEventFlags returns the flags part of the given KeyEvent.
For an example, see GetKeyEvent
None.
|
Return the Unicode key event. |
|
|
Return the current state of the shift keys. |
|
|
Translate function key part of a key event code. |
|
|
Get the character key part of a key event. |
|
|
Get the next raw key event, wait if needed. |