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

Unified Diff: remoting/client/plugin/pepper_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/chromoting_instance.cc ('k') | remoting/client/plugin/pepper_input_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_input_handler.h
diff --git a/remoting/client/plugin/pepper_input_handler.h b/remoting/client/plugin/pepper_input_handler.h
index 4db2f8797f75bf276b0be343cf0fb0dcb599db14..385cb8a9f1e8c73da1c2b4a0aaabfa107c37743e 100644
--- a/remoting/client/plugin/pepper_input_handler.h
+++ b/remoting/client/plugin/pepper_input_handler.h
@@ -7,6 +7,8 @@
#include "remoting/client/input_handler.h"
+#include "third_party/ppapi/c/pp_event.h"
+
namespace remoting {
class PepperInputHandler : public InputHandler {
@@ -18,6 +20,10 @@ class PepperInputHandler : public InputHandler {
void Initialize();
+ void HandleMouseMoveEvent(const PP_Event_Mouse& event);
+ void HandleMouseButtonEvent(bool button_down,
+ const PP_Event_Mouse& event);
+
private:
DISALLOW_COPY_AND_ASSIGN(PepperInputHandler);
};
« no previous file with comments | « remoting/client/plugin/chromoting_instance.cc ('k') | remoting/client/plugin/pepper_input_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698