Haxe API Documentation
Back | Index
extern class flash.ui.Mouse
Available in flash
static var cursor : Dynamic
static var supportsCursor(default,null) : Bool
static var supportsNativeCursor(default,null) : Bool
static function hide() : Void
static function registerCursor(name : String, cursor : MouseCursorData) : Void
static function show() : Void
static function unregisterCursor(name : String) : Void
Back | Index