Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Deventstr.h225 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 {
[all …]