Searched defs:_DGAEvent (Results 1 – 1 of 1) sorted by relevance
207 struct _DGAEvent { struct209 enum EventType type; /**< ET_DGAEvent */ argument210 int length; /**< Length in bytes */211 Time time; /**< Time in ms */212 int subtype; /**< KeyPress, KeyRelease, ButtonPress,214 int detail; /**< Button number or key code */215 int dx; /**< Relative x coordinate */216 int dy; /**< Relative y coordinate */217 int screen; /**< Screen number this event applies to */218 uint16_t state; /**< Core modifier/button state */