| Method | Defined by | ||
|---|---|---|---|
|
changeCursor(type:Class, xOffset:Number, yOffset:Number):void
[static]
Remove the current cursor and set an image.
| CursorUtil | ||
| changeCursor | () | method |
public static function changeCursor(type:Class, xOffset:Number, yOffset:Number):voidRemove the current cursor and set an image.
Parameterstype:Class — The image class
|
|
xOffset:Number — The xOffset of the cursorimage
|
|
yOffset:Number — The yOffset of the cursor image
|