Skip to content

Commit edf4961

Browse files
committed
expose all
1 parent e60760e commit edf4961

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

haxe/ui/util/EventMap.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import haxe.ui.core.Component;
44
import haxe.ui.events.EventType;
55
import haxe.ui.events.UIEvent;
66

7+
#if haxeui_expose_all
8+
@:expose
9+
#end
710
class EventMap {
811
private var _map:Map<String, FunctionArray<UIEvent->Void>>;
912

0 commit comments

Comments
 (0)