Function sdl2_sys::mouse::SDL_CreateCursor
[−]
[src]
pub unsafe extern "C" fn SDL_CreateCursor(
data: *const uint8_t,
mask: *const uint8_t,
w: c_int,
h: c_int,
hot_x: c_int,
hot_y: c_int
) -> *mut SDL_Cursor