Searched defs:VirtualKey (Results 1 – 1 of 1) sorted by relevance
176 struct VirtualKey { struct177 int32_t keyCode;178 int32_t scanCode;179 uint32_t flags;182 int32_t hitLeft;183 int32_t hitTop;184 int32_t hitRight;185 int32_t hitBottom;187 inline bool isHit(int32_t x, int32_t y) const { in isHit()