HaxeFlixel / flixel-ui

GUI library for HaxeFlixel
171 stars 63 forks source link

FlxInputText improvements #257

Closed DigiEggz closed 1 year ago

DigiEggz commented 1 year ago

Enables basic soft keyboard functionality for mobile (tested on Android and iOS), adds the ability to automatically deactivate and dismiss fields when Enter is pressed and removes unnecessary variables. Closes #70.

Geokureli commented 1 year ago

also ignore the failing nightly CI

Geokureli commented 1 year ago

Thanks!