-
Notifications
You must be signed in to change notification settings - Fork 73
Sdl createCursor
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
Create a cursor.
cursor, err = function SDL.createCursor(data, mask, w, h, x, y)
- data, the data
- mask, the mask
- w, the cursor width
- h, the cursor height
- hotx, the x position of the cursor hot spot
- hoty, the y position of the cursor hot spot
- cursor, the cursor object or nil on failure
- err, the error message