Source position: xkblib.pp line 154
type TXkbControlsNotifyEvent = record |
_type: SmallInt; |
serial: LongWord; |
send_event: Boolean; |
display: PDisplay; |
time: TTime; |
xkb_type: SmallInt; |
device: SmallInt; |
changed_ctrls: Word; |
enabled_ctrls: Word; |
enabled_ctrl_changes: Word; |
num_groups: SmallInt; |
keycode: TKeyCode; |
event_type: Byte; |
req_major: Byte; |
req_minor: Byte; |
end; |