mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix AltGr handling for OSR keyboard events (fixes issue #2892)
This commit is contained in:
committed by
Marshall Greenblatt
parent
f5c79bf50c
commit
30d83cb94a
@@ -1780,6 +1780,7 @@ typedef enum {
|
||||
EVENTFLAG_IS_KEY_PAD = 1 << 9,
|
||||
EVENTFLAG_IS_LEFT = 1 << 10,
|
||||
EVENTFLAG_IS_RIGHT = 1 << 11,
|
||||
EVENTFLAG_ALTGR_DOWN = 1 << 12,
|
||||
} cef_event_flags_t;
|
||||
|
||||
///
|
||||
|
Reference in New Issue
Block a user