Home
last modified time | relevance | path

Searched defs:VirtualKey (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h195 struct VirtualKey { struct
196 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()