Home
last modified time | relevance | path

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

/third_party/boost/boost/polygon/detail/
Dpolygon_90_touch.hpp16 class TouchScanEvent { class
89 inline TouchScanEvent() : eventData_() {} in TouchScanEvent() function in boost::polygon::touch_90_operation::TouchScanEvent
91 inline TouchScanEvent(iT begin, iT end) : eventData_() { in TouchScanEvent() function in boost::polygon::touch_90_operation::TouchScanEvent
96 inline TouchScanEvent(const TouchScanEvent& that) : eventData_(that.eventData_) {} in TouchScanEvent() function in boost::polygon::touch_90_operation::TouchScanEvent