Source position: xinput2.pp line 288
type TXIRawEvent = record |
_type: cint; |
serial: culong; |
send_event: TBool; |
display: PDisplay; |
extension: cint; |
evtype: cint; |
time: TTime; |
deviceid: cint; |
sourceid: cint; |
detail: cint; |
flags: cint; |
valuators: TXIValuatorState; |
raw_values: Pcdouble; |
end; |