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

Unified Diff: remoting/client/input_handler.h

Issue 6697024: client-side wheel mouse support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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 | remoting/client/input_handler.cc » ('j') | remoting/client/input_handler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/input_handler.h
diff --git a/remoting/client/input_handler.h b/remoting/client/input_handler.h
index f3f647ea49d1cad25f5b3a727f74684250f71e4d..b17e1d6b492f955dc0997131067907a94993ffbf 100644
--- a/remoting/client/input_handler.h
+++ b/remoting/client/input_handler.h
@@ -32,6 +32,8 @@ class InputHandler {
void SendMouseMoveEvent(int x, int y);
void SendMouseButtonEvent(bool down,
protocol::MouseEvent::MouseButton button);
+ void SendMouseWheelEvent(int dx, int dy, int clicks_x, int clicks_y,
+ bool page);
ClientContext* context_;
protocol::ConnectionToHost* connection_;
« no previous file with comments | « no previous file | remoting/client/input_handler.cc » ('j') | remoting/client/input_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698