Searched defs:VirtualKey (Results 1 – 1 of 1) sorted by relevance
1039 struct VirtualKey { struct1040 int32_t keyCode;1041 int32_t scanCode;1042 uint32_t flags;1045 int32_t hitLeft;1046 int32_t hitTop;1047 int32_t hitRight;1048 int32_t hitBottom;1050 inline bool isHit(int32_t x, int32_t y) const { in isHit()