We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60760e commit edf4961Copy full SHA for edf4961
haxe/ui/util/EventMap.hx
@@ -4,6 +4,9 @@ import haxe.ui.core.Component;
4
import haxe.ui.events.EventType;
5
import haxe.ui.events.UIEvent;
6
7
+#if haxeui_expose_all
8
+@:expose
9
+#end
10
class EventMap {
11
private var _map:Map<String, FunctionArray<UIEvent->Void>>;
12
0 commit comments