aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/event.h')
-rw-r--r--engines/sci/event.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/engines/sci/event.h b/engines/sci/event.h
index 885ddcef03..1e76f8e6f6 100644
--- a/engines/sci/event.h
+++ b/engines/sci/event.h
@@ -30,16 +30,9 @@ namespace Sci {
struct SciEvent {
short type;
- short data; // holds the ScummVM system keycode TODO: rename
short modifiers;
/**
- * For keyboard events: 'data' after applying
- * the effects of 'modifiers', e.g. if
- * type == SCI_EVT_KEYBOARD
- * data == 'a'
- * buckybits == SCI_EVM_LSHIFT
- * then
- * character == 'A'
+ * For keyboard events: the actual character of the key that was pressed
* For 'Alt', characters are interpreted by their
* PC keyboard scancodes.
*/