Source position: xinput.pp line 117
type TXDeviceKeyEvent = record |
_type: cint; |
serial: culong; |
send_event: TBool; |
display: PDisplay; |
window: TWindow; |
deviceid: TXID; |
root: TWindow; |
subwindow: TWindow; |
time: TTime; |
x: cint; |
y: cint; |
x_root: cint; |
y_root: cint; |
state: cuint; |
keycode: cuint; |
same_screen: TBool; |
device_state: cuint; |
axes_count: cuchar; |
first_axis: cuchar; |
axis_data: array [0..5] of cint; |
end; |