sdl2::mouse::ll::SDL_CreateCursor[src]
pub fn SDL_CreateCursor(data: *uint8_t, mask: *uint8_t, w: c_int, h: c_int, hot_x: c_int, hot_y: c_int) -> *SDL_Cursor
pub fn SDL_CreateCursor(data: *uint8_t, mask: *uint8_t, w: c_int, h: c_int, hot_x: c_int, hot_y: c_int) -> *SDL_Cursor
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).