Translate additional CEF modifiers to EF_* flags (see issue #2597)

This commit is contained in:
Vladislav
2021-07-19 15:52:36 +00:00
committed by Marshall Greenblatt
parent 103fe12b72
commit 2be59f6edd
4 changed files with 27 additions and 10 deletions

View File

@@ -1842,6 +1842,7 @@ typedef enum {
EVENTFLAG_IS_LEFT = 1 << 10,
EVENTFLAG_IS_RIGHT = 1 << 11,
EVENTFLAG_ALTGR_DOWN = 1 << 12,
EVENTFLAG_IS_REPEAT = 1 << 13,
} cef_event_flags_t;
///