/bin/std/flash9/ui/Mouse.hx
http://github.com/Yoomee/clippy · Haxe · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · d96dcfd3d2deaa0563a69d9d3fe552f5 MD5 · raw file
- package flash.ui;
- extern class Mouse {
- static function hide() : Void;
- static function show() : Void;
- #if flash10
- static var cursor : MouseCursor;
- #end
- }