Searched defs:VirtualKey (Results 1 – 1 of 1) sorted by relevance
195 struct VirtualKey { struct196 int32_t keyCode;197 int32_t scanCode;198 uint32_t flags;201 int32_t hitLeft;202 int32_t hitTop;203 int32_t hitRight;204 int32_t hitBottom;206 inline bool isHit(int32_t x, int32_t y) const { in isHit()