Function x11rb::protocol::xproto::change_pointer_control

source ยท
pub fn change_pointer_control<Conn>(
    conn: &Conn,
    acceleration_numerator: i16,
    acceleration_denominator: i16,
    threshold: i16,
    do_acceleration: bool,
    do_threshold: bool,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,