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

Unified Diff: remoting/client/x11_input_handler.h

Issue 3175028: Add mouse event support to Chromoting client (Pepper and X11). (Closed)
Patch Set: Remove win float/int conversion Created 10 years, 4 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 | « remoting/client/plugin/pepper_input_handler.cc ('k') | remoting/client/x11_input_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/x11_input_handler.h
diff --git a/remoting/client/x11_input_handler.h b/remoting/client/x11_input_handler.h
index 5d63ca3d572cc1af6a156efd86cca6c03e465042..eedaf543a657b82feec94731aa4d8eac29b6fdf9 100644
--- a/remoting/client/x11_input_handler.h
+++ b/remoting/client/x11_input_handler.h
@@ -27,6 +27,9 @@ class X11InputHandler : public InputHandler {
void ScheduleX11EventHandler();
+ void HandleMouseMoveEvent(int x, int y);
+ void HandleMouseButtonEvent(bool button_down, int xbutton_id);
+
DISALLOW_COPY_AND_ASSIGN(X11InputHandler);
};
« no previous file with comments | « remoting/client/plugin/pepper_input_handler.cc ('k') | remoting/client/x11_input_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698