Accessibility.hx 277 B

1234567
  1. package flash.accessibility;
  2. extern class Accessibility {
  3. static var active(default,null) : Bool;
  4. static function sendEvent(source : flash.display.DisplayObject, childID : UInt, eventType : UInt, nonHTML : Bool = false) : Void;
  5. static function updateProperties() : Void;
  6. }