| Package | com.senocular.display.transform |
| Class | public class CursorRegistration |
| Inheritance | CursorRegistration Cursor flash.display.Sprite |
| Method | Defined By | ||
|---|---|---|---|
Constructor for creating new CursorRegistration instances. | CursorRegistration | ||
draw():void [override]
Draws the visuals of the cursor. | CursorRegistration | ||
![]() | redraw(event:Event):void
Handler for redrawing the cursor. | Cursor | |
| CursorRegistration | () | Constructor |
public function CursorRegistration()Constructor for creating new CursorRegistration 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.