Searched defs:TouchScanEvent (Results 1 – 1 of 1) sorted by relevance
16 class TouchScanEvent { class89 inline TouchScanEvent() : eventData_() {} in TouchScanEvent() function in boost::polygon::touch_90_operation::TouchScanEvent91 inline TouchScanEvent(iT begin, iT end) : eventData_() { in TouchScanEvent() function in boost::polygon::touch_90_operation::TouchScanEvent96 inline TouchScanEvent(const TouchScanEvent& that) : eventData_(that.eventData_) {} in TouchScanEvent() function in boost::polygon::touch_90_operation::TouchScanEvent