I have a player name entry which at present uses the Trakpad to allow players to click to change name. How can this be activated on Button press in case players are using an non Ouya controller?
Thanks for the suggestions, Ayrik I looked at that. I was hoping there was going to be some simple solution I had overlooked.
Went for simplest option in end. Every OUYA owner has at least one controller, to has a trackpad. :)
I've tried trackpad navigation. Your "simple option" is going to get you a LOT of flak. It's very difficult and unwieldy to navigate a console game with a laptop trackpad.
I would instead suggest coding your own custom "textfield" for the OUYA version. It's very easy - instead of a textfield, use a button. When the button is clicked, display the keyboard.
You didn't remember the plot of the Doctor Who movie because there was none; Just a bunch of plot holes strung together.
Comments
OUYA Inc | Android Developer
Skype: tgraupmann_prey
http://github.com/ouya/docs
http://github.com/ouya/ouya-sdk-examples
Check out the latest docs for your game engine: [setup] [adobe air] [android] [clickteam fusion] [construct 2] [corona] [libGDX] [game maker] [html5] [marmalade] [monogame] [unity] [unreal]
Use caution when setting [persistent wireless mode].
Went for simplest option in end. Every OUYA owner has at least one controller, to has a trackpad. :)
I would instead suggest coding your own custom "textfield" for the OUYA version. It's very easy - instead of a textfield, use a button. When the button is clicked, display the keyboard.