Function allegro_sys::mouse::al_set_mouse_xy

source ยท
pub unsafe extern "C" fn al_set_mouse_xy(
    display: *mut ALLEGRO_DISPLAY,
    x: c_int,
    y: c_int
) -> c_bool