9 lines
337 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.accessibility;
extern class Accessibility {
@:flash.property static var active(get,never) : Bool;
private static function get_active() : Bool;
static function sendEvent(source : flash.display.DisplayObject, childID : UInt, eventType : UInt, nonHTML : Bool = false) : Void;
static function updateProperties() : Void;
}