Source position: xinput2.pp line 305
type TXIEnterEvent = record |
_type: cint; |
serial: culong; |
send_event: TBool; |
display: PDisplay; |
extension: cint; |
evtype: cint; |
time: TTime; |
deviceid: cint; |
sourceid: cint; |
detail: cint; |
root: TWindow; |
event: TWindow; |
child: TWindow; |
root_x: cdouble; |
root_y: cdouble; |
event_x: cdouble; |
event_y: cdouble; |
mode: cint; |
focus: TBool; |
same_screen: TBool; |
buttons: TXIButtonState; |
mods: TXIModifierState; |
group: TXIGroupState; |
end; |