azerion / phaser-input

Adds input boxes to Phaser like CanvasInput, but also works for WebGL and Mobile, made for Phaser only.
MIT License
203 stars 64 forks source link

Added forceCase option #50

Closed henriquelalves closed 7 years ago

henriquelalves commented 7 years ago

Made a new option to force the input to be lower case (forceCase = 1) or upper case (forceCase = 2); else it behaves normally (forceCase = 0).

PS: I wasn't sure what script would be best to modify so I could include this option, so I just made the simplest addiction I could haha.