Searched defs:VirtualKey (Results 1 – 1 of 1) sorted by relevance
1292 struct VirtualKey { struct1293 int32_t keyCode;1294 int32_t scanCode;1295 uint32_t flags;1298 int32_t hitLeft;1299 int32_t hitTop;1300 int32_t hitRight;1301 int32_t hitBottom;1303 inline bool isHit(int32_t x, int32_t y) const { in isHit()