[][src]Function basalt::bindings::xinput2::XIWarpPointer

pub unsafe extern "C" fn XIWarpPointer(
    display: *mut Display,
    deviceid: c_int,
    src_win: Window,
    dst_win: Window,
    src_x: f64,
    src_y: f64,
    src_width: c_uint,
    src_height: c_uint,
    dst_x: f64,
    dst_y: f64
) -> c_int