Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h179 struct Focus { struct
180 int32_t eventId;
182 bool hasFocus;
183 uint8_t empty[3];
185 inline size_t size() const { return sizeof(Focus); } in size()