Home
last modified time | relevance | path

Searched defs:_DeviceEvent (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Deventstr.h96 struct _DeviceEvent { struct
97 unsigned char header; /**< Always ET_Internal */
98 enum EventType type; /**< One of EventType */
99 int length; /**< Length in bytes */
100 Time time; /**< Time in ms */
101 int deviceid; /**< Device to post this event for */
102 int sourceid; /**< The physical source device */
103 union {
107 } detail;
108 uint32_t touchid; /**< Touch ID (client_id) */
[all …]