Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: ui/events/event_constants.h

Issue 237363005: Convert chromeos::EventRewriter to a ui::EventRewriter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/events/event_constants.h
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
index 467a9fa9892c9712937be53078b8c75721640b42..59488cc89ccf0b7879d7998f4818c0d3adfdf74a 100644
--- a/ui/events/event_constants.h
+++ b/ui/events/event_constants.h
@@ -90,6 +90,7 @@ enum EventFlags {
EF_IS_SYNTHESIZED = 1 << 9,
EF_ALTGR_DOWN = 1 << 10,
EF_MOD3_DOWN = 1 << 11,
+ EF_NUMPAD = 1 << 12, // Key originates from number pad (Xkb only)
sadrul 2014/04/14 21:51:32 Maybe this should be separate KeyEventFlags (like
kpschoedel 2014/04/15 14:08:30 OK. Is the intent that KeyEventFlags overlap Mouse
};
// Flags specific to mouse events

Powered by Google App Engine
This is Rietveld 408576698