Searched defs:_TouchOwnershipEvent (Results 1 – 1 of 1) sorted by relevance
144 struct _TouchOwnershipEvent { struct145 unsigned char header; /**< Always ET_Internal */146 enum EventType type; /**< ET_TouchOwnership */147 int length; /**< Length in bytes */148 Time time; /**< Time in ms */149 int deviceid; /**< Device to post this event for */150 int sourceid; /**< The physical source device */151 uint32_t touchid; /**< Touch ID (client_id) */152 uint8_t reason; /**< ::XIAcceptTouch, ::XIRejectTouch */153 uint32_t resource; /**< Provoking grab or event selection */[all …]