MPLATFORMLib Namespace : MF_KEY_EVENT Structure |
The following tables list the members exposed by MF_KEY_EVENT.
Name | Description | |
---|---|---|
![]() | character | The character generated by the keystroke |
![]() | eFlags | Event flags |
![]() | eType | Key event type |
![]() | focus_on_editable_field | True if the focus is currently on an editable field on the page. This is useful for determining if standard key events should be intercepted. |
![]() | is_system_key | Indicates whether the event is considered as a "system key" event |
![]() | native_key_code | The actual key code generated by the platform |
![]() | unmodified_character | Same as character but unmodified by any concurrently-held modifiers (except shift). This is useful for working out shortcut keys. |
![]() | windows_key_code | The Windows key code for the key event. This value is used by the DOM specification. |