FlxInputText CAPSLOCK not working!
-
Hi there,
I'm using FlxInputText for login screen. FlxInputText recognizes the SHIFT key but not recognizes CAPSLOCK.
Is this problem only for me or CAPSLOCK is not implemented to FlxInputText?
Thanks!
-
Bump!
No help here? :confused:
-
This might be a limit of the openfl text input used by FlxInputText, in which case maybe the openfl forum would yield more wisdom:)
PS cool MMORPG :)
-
Could be that it's not implemented, yeah. You could probably use an OpenFL text field with
FlxG.addChildBelowMouse()
as a workaround.
-
@Gama11 Can I Implement it and add it to flixel library? I think FlxInputText must include this type things :)
@IBwWG thanks! :)