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

Unified Diff: ui/events/event_utils.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 | « ui/events/event_constants.h ('k') | ui/events/win/events_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_utils.h
diff --git a/ui/events/event_utils.h b/ui/events/event_utils.h
index 0d61f8d604d7d6b213099cc84632b4a030b6098e..af53ab2d2b976e064cc55b14cfd9ae8bb28156b9 100644
--- a/ui/events/event_utils.h
+++ b/ui/events/event_utils.h
@@ -163,6 +163,8 @@ EVENTS_EXPORT int GetModifiersFromKeyState();
// result of a touch event.
EVENTS_EXPORT bool IsMouseEventFromTouch(UINT message);
+EVENTS_EXPORT bool IsWindowsCursorHidden();
+
// Converts scan code and lParam each other. The scan code
// representing an extended key contains 0xE000 bits.
EVENTS_EXPORT uint16_t GetScanCodeFromLParam(LPARAM lParam);
« no previous file with comments | « ui/events/event_constants.h ('k') | ui/events/win/events_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698