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

Unified Diff: ui/events/event_constants.h

Issue 2925853002: Flag mouse messages received when cursor is hidden.
Patch Set: Rebase Created 3 years, 6 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
« no previous file with comments | « no previous file | ui/events/event_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_constants.h
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
index c7736622783d2335da227a73f470beeaa3012a38..f59520b241817dad417a26b28381f1336fc69592 100644
--- a/ui/events/event_constants.h
+++ b/ui/events/event_constants.h
@@ -138,6 +138,9 @@ enum MouseEventFlags {
// touch accessibility mode.
EF_DIRECT_INPUT = 1 << 20, // Mouse event coming from direct,
// on-screen input.
+ EF_CURSOR_HIDDEN = 1 << 21, // Mouse event fired when mouse cursor is
+ // not visible. Avoid visible screen
+ // changes. (Windows only.)
};
// Result of dispatching an event.
« no previous file with comments | « no previous file | ui/events/event_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698