summaryrefslogtreecommitdiffstats
path: root/ui/events/event_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/events/event_constants.h')
-rw-r--r--ui/events/event_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
index 9196d9f..d2ff97c 100644
--- a/ui/events/event_constants.h
+++ b/ui/events/event_constants.h
@@ -101,6 +101,7 @@ enum KeyEventFlags {
// IME without a user action.
// (Linux X11 only)
EF_IS_REPEAT = 1 << 18,
+ EF_FUNCTION_KEY = 1 << 19, // Key originates from function key row
};
// Flags specific to mouse events