final class IosCursor extends Cursor
CURSOR_CLOSED_HAND, CURSOR_CROSSHAIR, CURSOR_CUSTOM, CURSOR_DEFAULT, CURSOR_DISAPPEAR, CURSOR_MOVE, CURSOR_NONE, CURSOR_OPEN_HAND, CURSOR_POINTING_HAND, CURSOR_RESIZE_DOWN, CURSOR_RESIZE_LEFT, CURSOR_RESIZE_LEFTRIGHT, CURSOR_RESIZE_NORTHEAST, CURSOR_RESIZE_NORTHWEST, CURSOR_RESIZE_RIGHT, CURSOR_RESIZE_SOUTHEAST, CURSOR_RESIZE_SOUTHWEST, CURSOR_RESIZE_UP, CURSOR_RESIZE_UPDOWN, CURSOR_TEXT, CURSOR_WAIT
Modifier | Constructor and Description |
---|---|
protected |
IosCursor(int type) |
protected |
IosCursor(int x,
int y,
Pixels pixels) |
Modifier and Type | Method and Description |
---|---|
protected long |
_createCursor(int x,
int y,
Pixels pixels) |
private void |
_set(int type) |
private void |
_setCustom(long ptr) |
(package private) void |
set() |
getBestSize, getNativeCursor, getType, setVisible
protected IosCursor(int type)
protected IosCursor(int x, int y, Pixels pixels)
protected long _createCursor(int x, int y, Pixels pixels)
_createCursor
in class Cursor
private void _set(int type)
private void _setCustom(long ptr)
void set()