| 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);
|
|
|
|
|