Closed MattGuerrette closed 8 years ago
We need to capture the SDL_TextInputEvent into a buffer that we can send to scripts. This way we can effectively capture user text input when requested.
Here is the SDL sample documentation: https://wiki.libsdl.org/Tutorials/TextInput
It has been implemented now.
We need to capture the SDL_TextInputEvent into a buffer that we can send to scripts. This way we can effectively capture user text input when requested.
Here is the SDL sample documentation: https://wiki.libsdl.org/Tutorials/TextInput