diff options
Diffstat (limited to 'include/mglpp/window/Event.hpp')
-rw-r--r-- | include/mglpp/window/Event.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mglpp/window/Event.hpp b/include/mglpp/window/Event.hpp index 5b7da45..5b9e357 100644 --- a/include/mglpp/window/Event.hpp +++ b/include/mglpp/window/Event.hpp @@ -17,6 +17,8 @@ namespace mgl { struct TextEvent { uint32_t codepoint; + int size; + char str[5]; /* utf8, null terminated */ }; struct KeyEvent { |