summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.h b/window.h
index a7927c51a..03f3589bd 100644
--- a/window.h
+++ b/window.h
@@ -160,7 +160,7 @@ struct WindowEvent {
struct {
bool cont; // continue the search? (default true)
- byte ascii; // 8-bit ASCII-value of the key
+ uint16 key; // 16-bit Unicode value of the key
uint16 keycode;// untranslated key (including shift-state)
} keypress;