Searched defs:VirtualKey (Results 1 – 1 of 1) sorted by relevance
163 struct VirtualKey { struct164 int32_t keyCode;165 int32_t scanCode;166 uint32_t flags;169 int32_t hitLeft;170 int32_t hitTop;171 int32_t hitRight;172 int32_t hitBottom;174 inline bool isHit(int32_t x, int32_t y) const { in isHit()