Data type Cursor
access this type via: ui.Cursor (uses)
This data type represents custom mouse cursor.
Fields
PixelMap bitmap The pixel map which will be rendered as the mouse cursor.
int xHotSpot The x-coordinate within the mouse cursor's pixel map which acts as the hot spot for detecting clicks. This is often the top-left corner (0,0) but can be different.
int yHotSpot The y-coordinate within the mouse cursor's pixel map which acts as the hot spot for detecting clicks.