Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: artician on May 25, 2014, 11:47:11 AM

Title: Persistent device keyboard input?
Post by: artician on May 25, 2014, 11:47:11 AM
Hello,
I am porting a typing game to mobile.  On the android it seems that the software keyboard expects you to press enter each time you input a character.  What I need is for the keyboard to remain onscreen throughout the game, and treat each key-press as a single entry. 

Does anyone know if this is possible?

Thanks!
Title: Re: Persistent device keyboard input? (solved-ish)
Post by: artician on May 27, 2014, 03:16:32 PM
It was easier to create my own via NGUI, so I went that route.