Skip to content

Commit eb06c58

Browse files
authored
Merge pull request #684 from Shallowmallow/wrapperForExpose
add wrapper for expose
2 parents 59cacc3 + c787e41 commit eb06c58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

haxe/ui/focus/FocusManager.hx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import Std.isOfType;
1313
import Std.is as isOfType;
1414
#end
1515

16+
#if haxeui_expose_all
1617
@:expose
18+
#end
1719
class FocusManager extends FocusManagerImpl {
1820
private static var _instance:FocusManager;
1921
public static var instance(get, null):FocusManager;

0 commit comments

Comments
 (0)