I am a bit confused on what this line of code actually does. Does it respond to what the user is typing? Does it store this information?
Also when is this function called? Just when the user types?
This is what my code looks like inside of OnUserInput(string input) since I was playing around, but it makes no difference: print(“Hello” + input); It never prints the Hello. Is there something that I am missing or not understanding?
Also if this is just printing what I type and I remove the code, it stills show what I type, so what is it doing exactly?