CefKeyEvent

Structure representing keyboard event information.

Constructors

Link copied to clipboard
constructor(typeAttr: CefKeyboardHandler.CefKeyEvent.EventType, modifiersAttr: Int, windows_key_codeAttr: Int, native_key_codeAttr: Int, is_system_keyAttr: Boolean, characterAttr: Char, unmodified_characterAttr: Char, focus_on_editable_fieldAttr: Boolean)

Types

Link copied to clipboard
Key event types.

Properties

Link copied to clipboard
The character generated by the keystroke.
Link copied to clipboard
True if the focus is currently on an editable field on the page.
Link copied to clipboard
Indicates whether the event is considered a "system key" event (see http://msdn.microsoft.com/en-us/library/ms646286(VS.85).aspx for details).
Link copied to clipboard
Bit flags describing any pressed modifier keys.
Link copied to clipboard
The actual key code genenerated by the platform.
Link copied to clipboard
The type of keyboard event.
Link copied to clipboard
Same as character but unmodified by any concurrently-held modifiers (except shift).
Link copied to clipboard
The Windows key code for the key event.

Functions

Link copied to clipboard
open fun toString(): String