Skip to content

Commit 59cacc3

Browse files
authored
Merge pull request #683 from Shallowmallow/expose
expose FocusManager
2 parents 39f2418 + 8f26404 commit 59cacc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haxe/ui/focus/FocusManager.hx

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

16+
@:expose
1617
class FocusManager extends FocusManagerImpl {
1718
private static var _instance:FocusManager;
1819
public static var instance(get, null):FocusManager;

0 commit comments

Comments
 (0)