Teascade / glerminal

A lightweight terminal made with OpenGL
MIT License
25 stars 1 forks source link

Fix TextInput #49

Closed Teascade closed 5 years ago

Teascade commented 5 years ago

TextInput currently uses VirtualKeyCodes for registering input. This is generally not a good idea, since special characters and other will be not available. Use events.characters instead, after #48 Also fix Filters for the same reason.

Sub-issue for #46