RasterMouse.setCursor( cursor )
Sets the mouse cursor's sub-icon.Parameters
| Name | Type | Description | |
|---|---|---|---|
| cursor | object |
One of the CURSOR sprite constants, or any object
that implements the IID_SPRITEINFO interface. Setting
this argument to null will hide the mouse cursor
(if any is set). |