playMaker

Author Topic: Persistent device keyboard input?  (Read 1826 times)

artician

  • 1.2 Beta
  • Sr. Member
  • *
  • Posts: 318
Persistent device keyboard input?
« 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!

artician

  • 1.2 Beta
  • Sr. Member
  • *
  • Posts: 318
Re: Persistent device keyboard input? (solved-ish)
« Reply #1 on: May 27, 2014, 03:16:32 PM »
It was easier to create my own via NGUI, so I went that route.