Searched defs:VirtualKey (Results 1 – 1 of 1) sorted by relevance
1263 struct VirtualKey { struct1264 int32_t keyCode;1265 int32_t scanCode;1266 uint32_t flags;1269 int32_t hitLeft;1270 int32_t hitTop;1271 int32_t hitRight;1272 int32_t hitBottom;1274 inline bool isHit(int32_t x, int32_t y) const { in isHit()