Searched defs:Input_TouchEvent (Results 1 – 3 of 3) sorted by relevance
53 struct Input_TouchEvent { struct54 int32_t action;55 int32_t id;56 int32_t displayX;57 int32_t displayY;58 int64_t actionTime { -1 };59 int32_t windowId { -1 };60 int32_t displayId { -1 };
63 struct Input_TouchEvent { struct64 int32_t action;65 int32_t id;66 int32_t displayX;67 int32_t displayY;68 int64_t actionTime { -1 };69 int32_t windowId { -1 };70 int32_t displayId { -1 };
223 typedef struct Input_TouchEvent Input_TouchEvent; typedef