Searched defs:VirtualKey (Results 1 – 1 of 1) sorted by relevance
1026 struct VirtualKey { struct1027 int32_t keyCode;1028 int32_t scanCode;1029 uint32_t flags;1032 int32_t hitLeft;1033 int32_t hitTop;1034 int32_t hitRight;1035 int32_t hitBottom;1037 inline bool isHit(int32_t x, int32_t y) const { in isHit()