Searched defs:Input_KeyEvent (Results 1 – 3 of 3) sorted by relevance
33 struct Input_KeyEvent { struct34 int32_t action;35 int32_t keyCode;36 int64_t actionTime { -1 };37 int32_t windowId { -1 };38 int32_t displayId { -1 };
43 struct Input_KeyEvent { struct44 int32_t action;45 int32_t keyCode;46 int64_t actionTime { -1 };47 int32_t windowId { -1 };48 int32_t displayId { -1 };
209 typedef struct Input_KeyEvent Input_KeyEvent; typedef