Source position: xkblib.pp line 124
type TXkbStateNotifyEvent = record |
_type: SmallInt; |
serial: LongWord; |
send_event: Boolean; |
display: PDisplay; |
time: TTime; |
xkb_type: SmallInt; |
device: SmallInt; |
changed: Word; |
group: SmallInt; |
base_group: SmallInt; |
latched_group: SmallInt; |
locked_group: SmallInt; |
mods: Word; |
base_mods: Word; |
latched_mods: Word; |
locked_mods: Word; |
compat_state: SmallInt; |
grab_mods: Byte; |
compat_grab_mods: Byte; |
lookup_mods: Byte; |
compat_lookup_mods: Byte; |
ptr_buttons: SmallInt; |
keycode: TKeyCode; |
event_type: ShortInt; |
req_major: ShortInt; |
req_minor: ShortInt; |
end; |