Function wlc_sys_with_elogind::wlc_set_pointer_motion_cb_v2 [] [src]

pub unsafe extern "C" fn wlc_set_pointer_motion_cb_v2(
    cb: Option<unsafe extern "C" fn(_: wlc_handle, _: u32, _: f64, _: f64) -> bool>
)

Motion event was triggered, view handle will be zero if there was no focus. Apply with wlc_pointer_set_position_v2 to agree. Return true to prevent sending the event to clients.