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

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: acculumate subticks Created 9 years, 2 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/plugin/pepper_input_handler.h » ('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 f65ede15b6e212e361aa9e459fd8abab70dadee4..c1c783b77e51c356d7ed19d6c0a1c0119568f0b1 100644
--- a/remoting/client/input_handler.h
+++ b/remoting/client/input_handler.h
@@ -36,6 +36,7 @@ class InputHandler {
void SendMouseMoveEvent(int x, int y);
void SendMouseButtonEvent(bool down,
protocol::MouseEvent::MouseButton button);
+ void SendMouseWheelEvent(int dx, int dy);
ClientContext* context_;
protocol::ConnectionToHost* connection_;
« no previous file with comments | « no previous file | remoting/client/input_handler.cc » ('j') | remoting/client/plugin/pepper_input_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698