CefKeyEvent
class CefKeyEvent
Structure representing keyboard event information.
Properties
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
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.