sdl2
:
sdl2
.SDL_CreateCursor
Function SDL_CreateCursor:
SDL_Cursor
Ptr( data
:
monkey.types.Cstring
,mask
:
monkey.types.Cstring
,w
:
Int
,h
:
Int
,hot
x
:
Int
,hot
y
:
Int
)