This code brings up the keyboard and I can type anything, but it always returns a blank string.
s = steam.showGamepadTextInput(0,0,dialog$,max,txt$)
steam.runCallbacks()
if s>0
if steam.hasGamepadTextInputDismissedResponse()
if steam.getGamepadTextInputDismissedSubmitted()
m$ = steam.getGamepadTextInputDismissedSubmittedText()
exitfunction m$
endif
endif
else
edit = createEditBox()
` ...
endif
EDIT: I gotta upload the build to Steam every time in order to playtest, so it takes forever to try anything. I'll try again tomorrow.
EDIT #2: Oh nevermind. I just have to have Steam and Big Picture Mode open in the background and I can test it.
EDIT #3: Just found the whole project in the example, so I'll try that now.
laughingcoyote.net