olofson / eel

The Extensible Embeddable Language for scripting in realtime applications
http://eelang.org/
zlib License
46 stars 4 forks source link

Implement SDL2 text input #128

Closed olofson closed 4 years ago

olofson commented 4 years ago

SDL_StartTextInput() and SDL_StopTextInput() are wrapped, but the corresponding SDL_TEXTINPUT and SDL_TEXTEDITING events are not. The Eelium GUI toolkit code is currently broken, looking for SDL 1.2 keyboard event fields.