Cursor
Overview
A class to encapsulate the bitmap representation of the mouse cursor.
Profile: common
Constants Summary
| name | type | description |
|---|---|---|
| DEFAULT | Cursor |
The default cursor type (gets set if no cursor is defined). |
| CROSSHAIR | Cursor |
The crosshair cursor type. |
| TEXT | Cursor |
The text cursor type. |
| WAIT | Cursor |
The wait cursor type. |
| SW_RESIZE | Cursor |
The south-west-resize cursor type. |
| SE_RESIZE | Cursor |
The south-east-resize cursor type. |
| NW_RESIZE | Cursor |
The north-west-resize cursor type. |
| NE_RESIZE | Cursor |
The north-east-resize cursor type. |
| N_RESIZE | Cursor |
The north-resize cursor type. |
| S_RESIZE | Cursor |
The south-resize cursor type. |
| W_RESIZE | Cursor |
The west-resize cursor type. |
| E_RESIZE | Cursor |
The east-resize cursor type. |
| HAND | Cursor |
The hand cursor type. |
| MOVE | Cursor |
The move cursor type. |
| H_RESIZE | Cursor |
The horizontal cursor type. |
| V_RESIZE | Cursor |
The vertical cursor type. |
| NONE | Cursor |
The none cursor type. On platforms that don't support custom cursors, this will be the same as |
Variable Summary
| name | type | Default Value | description |
|---|
