| superclass(es) | object |
| subclass(es) | - |
| description | The cursor class can be used for loading of cursor resources. |
The cursor class has different methods for loading cursor resources, the load/2 method can load cursor resources from the executable file and the other methods load system defined cursors. |
| func | Load a cursor from the executable file. |
| pre | The Name variable must contain the name of the cursor. |
| post | If the cursor was successfully loaded then Output was assigned true, else it was assigned false. |
| func | Determine if the current loaded cursor is a system cursor or a cursor from the executable file. |
| pre | TRUE. |
| post | If the cursor is a system cursor then Output was assigned true, else it was assigned false. |
| func | Load the system arrow cursor. |
| pre | TRUE. |
| post | The system arrow cursor was loaded. |
| func | Load the system cross cursor. |
| pre | TRUE. |
| post | The system cross cursor was loaded. |
| func | Load the system wait cursor. |
| pre | TRUE. |
| post | The system wait cursor was loaded. |
| func | Load the system text beam cursor. |
| pre | TRUE. |
| post | The system text beam cursor was loaded. |