Lines Matching defs:_RawDeviceEvent
225 struct _RawDeviceEvent { struct
226 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 {
240 } valuators;
241 uint32_t flags; /**< Flags to be copied into the generated event */