SdlCursorEx extension

on

Static Methods

create(Pointer<Uint8> data, Pointer<Uint8> mask, int w, int h, int hotX, int hotY) Pointer<SdlCursor>

Available on SdlCursor, provided by the SdlCursorEx extension

Create a cursor using the specified bitmap data and mask (in MSB format).
createColor(Pointer<SdlSurface> surface, int hotX, int hotY) Pointer<SdlCursor>

Available on SdlCursor, provided by the SdlCursorEx extension

Create a color cursor.
createSystem(int id) Pointer<SdlCursor>

Available on SdlCursor, provided by the SdlCursorEx extension

Create a system cursor.
get() Pointer<SdlCursor>

Available on SdlCursor, provided by the SdlCursorEx extension

Get the active cursor.
getDefault() Pointer<SdlCursor>

Available on SdlCursor, provided by the SdlCursorEx extension

Get the default cursor.
hide() bool

Available on SdlCursor, provided by the SdlCursorEx extension

Hide the cursor.
show() bool

Available on SdlCursor, provided by the SdlCursorEx extension

Show the cursor.