pub fn touch(
callback: extern "C" fn(handle: WlcView, time: u32, mods: &KeyboardModifiers, touch: TouchType, slot: i32, point: &Point) -> bool,
)Expand description
Callback invoked on touchscreen touch.
Return true to block the touch from the view.
ยงArguments
mods: Which keyboard modifiers are being pressed during the eventtouch: What kind of event it is (a touch down, a frame being made, a touch release). In the case ofTouchType::Frame,slotandpointwill both be zero.slot: Which finger - in cases of multiple touches down - is causing the eventpoint: Where the touch event happened