Searched defs:_RawDeviceEvent (Results 1 – 1 of 1) sorted by relevance
225 struct _RawDeviceEvent { struct226 unsigned char header; /**< Always ET_Internal */227 enum EventType type; /**< ET_Raw */228 int length; /**< Length in bytes */229 Time time; /**< Time in ms */230 int deviceid; /**< Device to post this event for */231 int sourceid; /**< The physical source device */232 union {235 } detail;236 struct {[all …]