[][src]Function xcb::xproto::change_pointer_control_checked

pub fn change_pointer_control_checked<'a>(
    c: &'a Connection,
    acceleration_numerator: i16,
    acceleration_denominator: i16,
    threshold: i16,
    do_acceleration: bool,
    do_threshold: bool
) -> VoidCookie<'a>