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

Unified Diff: remoting/client/input_handler.h

Issue 3341005: Add mouse/keyboard event support to Chromoting client (Pepper and X11). (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: review comments 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 | « no previous file | remoting/client/input_handler.cc » ('j') | no next file with comments »
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 ef9659d0650afa5443e646f90bd733de49ac817c..61b9bb917024d9616956d99b54d7ae8dab90f333 100644
--- a/remoting/client/input_handler.h
+++ b/remoting/client/input_handler.h
@@ -25,6 +25,7 @@ class InputHandler {
virtual void Initialize() = 0;
protected:
+ void SendKeyEvent(bool press, int keycode);
void SendMouseMoveEvent(int x, int y);
void SendMouseButtonEvent(bool down, MouseButton button);
« no previous file with comments | « no previous file | remoting/client/input_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698