Searched defs:VirtualKey (Results 1 – 1 of 1) sorted by relevance
161 struct VirtualKey { struct162 int32_t keyCode;163 int32_t scanCode;164 uint32_t flags;167 int32_t hitLeft;168 int32_t hitTop;169 int32_t hitRight;170 int32_t hitBottom;172 inline bool isHit(int32_t x, int32_t y) const { in isHit()