SdlCursorEx extension

on

Static Methods

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

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> mouse

Available on SdlCursor, provided by the SdlCursorEx extension

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

Available on SdlCursor, provided by the SdlCursorEx extension

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

Available on SdlCursor, provided by the SdlCursorEx extension

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

Available on SdlCursor, provided by the SdlCursorEx extension

Get the default cursor.
hide() → bool mouse

Available on SdlCursor, provided by the SdlCursorEx extension

Hide the cursor.
show() → bool mouse

Available on SdlCursor, provided by the SdlCursorEx extension

Show the cursor.