Searched defs:Input_MouseEvent (Results 1 – 5 of 5) sorted by relevance
39 struct Input_MouseEvent { struct40 int32_t action;41 int32_t displayX;42 int32_t displayY;43 int32_t button { -1 };44 int32_t axisType { -1 };45 float axisValue { 0.0f };46 int64_t actionTime { -1 };
49 struct Input_MouseEvent { struct50 int32_t action;51 int32_t displayX;52 int32_t displayY;53 int32_t button { -1 };54 int32_t axisType { -1 };55 float axisValue { 0.0f };56 int64_t actionTime { -1 };
216 typedef struct Input_MouseEvent Input_MouseEvent; typedef
384 ### Input_MouseEvent subsection