aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mgl/window/event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mgl/window/event.h b/include/mgl/window/event.h
index 0836098..4a3ba71 100644
--- a/include/mgl/window/event.h
+++ b/include/mgl/window/event.h
@@ -14,6 +14,8 @@ typedef struct {
typedef struct {
uint32_t codepoint;
+ int size;
+ unsigned char str[5]; /* utf8, null terminated */
} mgl_text_event;
typedef struct {