XInput2.h | XInput2.h | |||
---|---|---|---|---|
skipping to change at line 243 | skipping to change at line 243 | |||
typedef struct { | typedef struct { | |||
int type; /* GenericEvent */ | int type; /* GenericEvent */ | |||
unsigned long serial; /* # of last request processed by server */ | unsigned long serial; /* # of last request processed by server */ | |||
Bool send_event; /* true if this came from a SendEvent reque st */ | Bool send_event; /* true if this came from a SendEvent reque st */ | |||
Display *display; /* Display the event was read from */ | Display *display; /* Display the event was read from */ | |||
int extension; /* XI extension offset */ | int extension; /* XI extension offset */ | |||
int evtype; /* XI_RawKeyPress, XI_RawKeyRelease, etc. * / | int evtype; /* XI_RawKeyPress, XI_RawKeyRelease, etc. * / | |||
Time time; | Time time; | |||
int deviceid; | int deviceid; | |||
int sourceid; | int sourceid; /* Bug: Always 0. https://bugs.freedesktop. org//show_bug.cgi?id=34240 */ | |||
int detail; | int detail; | |||
int flags; | int flags; | |||
XIValuatorState valuators; | XIValuatorState valuators; | |||
double *raw_values; | double *raw_values; | |||
} XIRawEvent; | } XIRawEvent; | |||
typedef struct { | typedef struct { | |||
int type; /* GenericEvent */ | int type; /* GenericEvent */ | |||
unsigned long serial; /* # of last request processed by server */ | unsigned long serial; /* # of last request processed by server */ | |||
Bool send_event; /* true if this came from a SendEvent reque st */ | Bool send_event; /* true if this came from a SendEvent reque st */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||