Hi,
I'm making a game with ruby based on text input and I need entries like "*", "^" and "(". The problem is that I could not capture this type of text with Gosu::TextInput, when I type it, a correspondent number key is identified insteand of my wished char.
I saw this
issue on github, but I don't know how to fix it.