Searched defs:PointerCaptureRequest (Results 1 – 2 of 2) sorted by relevance
1048 struct PointerCaptureRequest { struct1050 inline PointerCaptureRequest() : enable(false), seq(0) {} in PointerCaptureRequest() function1051 inline PointerCaptureRequest(bool enable, uint32_t seq) : enable(enable), seq(seq) {} in PointerCaptureRequest() argument1058 bool enable;1061 uint32_t seq;
113 void setPointerCapture(const PointerCaptureRequest&) override {} in setPointerCapture()