2D Toolkit Forum

2D Toolkit => Support => Topic started by: maureli on August 25, 2014, 07:45:54 pm

Title: Pressing enter in TextInput
Post by: maureli on August 25, 2014, 07:45:54 pm
When you hit enter when you're inside the text box of a text input, is it supposed to insert a new line? If not, how would I go about doing so? Also, will the cursor automatically follow?
Title: Re: Pressing enter in TextInput
Post by: unikronsoftware on August 26, 2014, 11:25:50 am
Sorry, the text input script doesn't handle multiple lines.
Title: Re: Pressing enter in TextInput
Post by: maureli on August 26, 2014, 02:38:43 pm
Can I traverse through the text I've previously typed using the arrow keys?
Title: Re: Pressing enter in TextInput
Post by: unikronsoftware on August 26, 2014, 02:56:12 pm
Nope, the primary target for that was the iOS / Android input systems with the custom keyboard they provide on those platforms.