cyrillic letters for FlxInputText #2642
Unanswered
chekisteg1986
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@ShaharMS was working on improving FlxInputText, but hasn't finished. You can use their texter lib, for now |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Helllo there. I have some issue.
So, FlxInputText cant use cyrillic letters.
I investigate it, so problem in function
private function onKeyDown(e:KeyboardEvent):Void
for every cyrillic char (russian, ukrainian) e.charCode == 0.
I cant get where is e.charCode get its value, i just want to upgrade it so i can use cyrillic for text input.
Beta Was this translation helpful? Give feedback.
All reactions