Public Attributes | |
| SciEventType | type |
| SciKeyModifiers | modifiers |
| uint16 | character |
| Common::Point | mousePos |
| uint16 Sci::SciEvent::character |
For keyboard events: the actual character of the key that was pressed For 'Alt', characters are interpreted by their PC keyboard scancodes.
| Common::Point Sci::SciEvent::mousePos |
The mouse position at the time the event was created, in script coordinates (SCI16) or display coordinates (SCI32).