Do you have the function that gets called when you do InputStr in TI-Basic?

Previous Input: Keyboard and Link Next

Q: Did you find the keyboard input function that gets called when you do an InputStr in TI-Basic? I'm looking at GKeyIn as probably the main part of whatever this function is, but it also includes the ability to bring up the CHAR dialog, look up key equivalents, and lots of other nice stuff that I want to be able to use.
A: The TIOS function cmd_inputstr just performs the InputStr command from TI-Basic, but this function is rather limited, so in practice it is better to create a similar function by yourself. I.e, it is possible to call it, but there is a lot of artefact in doing it.


See also: How can I get input from the keyboard?, How can I make a keyboard input function that allows you to bring up a menu?, getsn