@:value(cast 0)@:impl@:enuminlineread onlyALL_CASES:FlxInputTextCase = 0
Allows both lowercase and uppercase letters.
@:value(cast 2)@:impl@:enuminlineread onlyLOWER_CASE:FlxInputTextCase = 2
Changes all text to be lowercase.
@:value(cast 1)@:impl@:enuminlineread onlyUPPER_CASE:FlxInputTextCase = 1
Changes all text to be uppercase.