Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
CefKeyEvent Class Reference

Class representing a a keyboard event. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefKeyEvent:
cef_key_event_t

Public Member Functions

 CefKeyEvent ()
 
 CefKeyEvent (const cef_key_event_t &r)
 

Additional Inherited Members

- Public Attributes inherited from cef_key_event_t
cef_key_event_type_t type
 The type of keyboard event. More...
 
uint32_t modifiers
 Bit flags describing any pressed modifier keys. More...
 
int windows_key_code
 The Windows key code for the key event. More...
 
int native_key_code
 The actual key code genenerated by the platform. More...
 
int is_system_key
 Indicates whether the event is considered a "system key" event (see http://msdn.microsoft.com/en-us/library/ms646286(VS.85).aspx for details). More...
 
char16_t character
 The character generated by the keystroke. More...
 
char16_t unmodified_character
 Same as |character| but unmodified by any concurrently-held modifiers (except shift). More...
 
int focus_on_editable_field
 True if the focus is currently on an editable field on the page. More...
 

Detailed Description

Class representing a a keyboard event.

Constructor & Destructor Documentation

◆ CefKeyEvent() [1/2]

CefKeyEvent::CefKeyEvent ( )
inline

◆ CefKeyEvent() [2/2]

CefKeyEvent::CefKeyEvent ( const cef_key_event_t r)
inline

The documentation for this class was generated from the following file: