Searched defs:Input_TouchEvent (Results 1 – 5 of 5) sorted by relevance
49 struct Input_TouchEvent { struct50 int32_t action;51 int32_t id;52 int32_t displayX;53 int32_t displayY;54 int64_t actionTime { -1 };
59 struct Input_TouchEvent { struct60 int32_t action;61 int32_t id;62 int32_t displayX;63 int32_t displayY;64 int64_t actionTime { -1 };
223 typedef struct Input_TouchEvent Input_TouchEvent; typedef
438 ### Input_TouchEvent subsection