/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

  1. package flash.ui;
  2. extern class Mouse {
  3. static function hide() : Void;
  4. static function show() : Void;
  5. #if flash10
  6. static var cursor : MouseCursor;
  7. #end
  8. }