GetKeyEventFlags
Extract the flags from a key event.
Declaration
Source position: keybrdh.inc line 168
function GetKeyEventFlags(KeyEvent: TKeyEvent) : Byte;
Description
GetKeyEventFlags returns the flags part of the given KeyEvent.
For an example, see GetKeyEvent
Errors
None.
See also
| Name | Description |
|---|---|
| GetKeyEvent | Get the next raw key event, wait if needed. |
| GetKeyEventChar | Get the character key part of a key event. |
| GetKeyEventCode | Translate function key part of a key event code. |
| GetKeyEventShiftState | Return the current state of the shift keys. |
| GetKeyEventUniCode | Return the Unicode key event. |