Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/docs/
Dpointer_capture.md37 #### Window loses Pointer Capture when it loses focus
/frameworks/native/include/input/
DInputTransport.h186 struct Capture { struct
187 int32_t eventId;
188 bool pointerCaptureEnabled;
189 uint8_t empty[3];
191 inline size_t size() const { return sizeof(Capture); } in size()