Hello,
My question is in the title, for my new words game I need the keyboard will be always opened and active during the game also when the user press the Done/Enter button or touch elsewhere on the screen.
I need it because the user will write more than 1 word and I don't want the keyboard desappear and re-open all the time, but I still need to catch the word submission by return or done.
So I had a look at UIInput class and around lines 200 I found where the keyboard is opened, but I cannot understand how to stop hiding.
Could anyone please help me on this?
Thanks,
IZLogic