Searched defs:VirtualKey (Results 1 – 1 of 1) sorted by relevance
1261 struct VirtualKey { struct1262 int32_t keyCode;1263 int32_t scanCode;1264 uint32_t flags;1267 int32_t hitLeft;1268 int32_t hitTop;1269 int32_t hitRight;1270 int32_t hitBottom;1272 inline bool isHit(int32_t x, int32_t y) const { in isHit()