Home
last modified time | relevance | path

Searched refs:on_touch_cancel (Results 1 – 2 of 2) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/compositing/
H A Dtouch.rs178 pub fn on_touch_cancel(&mut self, id: TouchId, _point: TypedPoint2D<f32, DevicePixel>) { in on_touch_cancel() method
H A Dcompositor.rs811 TouchEventType::Cancel => self.on_touch_cancel(identifier, location), in on_touch_event()
859 fn on_touch_cancel(&mut self, identifier: TouchId, point: TypedPoint2D<f32, DevicePixel>) { in on_touch_cancel() method
861 self.touch_handler.on_touch_cancel(identifier, point); in on_touch_cancel()