Searched defs:_DeviceEvent (Results 1 – 1 of 1) sorted by relevance
96 struct _DeviceEvent { struct97 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 …]