| Package | com.senocular.display.transform |
| Class | public class CursorMove |
| Inheritance | CursorMove Cursor flash.display.Sprite |
| Method | Defined By | ||
|---|---|---|---|
Constructor for creating new CursorMove instances. | CursorMove | ||
draw():void [override]
Draws the visuals of the cursor. | CursorMove | ||
![]() | redraw(event:Event):void
Handler for redrawing the cursor. | Cursor | |
| CursorMove | () | Constructor |
public function CursorMove()Constructor for creating new CursorMove instances.
| draw | () | method |
override public function draw():voidDraws the visuals of the cursor. This is called when an instance of Cursor is first created or when a child is added to its own display list. It can be called at any time to redraw the graphics of the cursor.