Home
last modified time | relevance | path

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

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