summaryrefslogtreecommitdiffstats
path: root/remoting/host/event_executor_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/event_executor_win.h')
-rw-r--r--remoting/host/event_executor_win.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/remoting/host/event_executor_win.h b/remoting/host/event_executor_win.h
index 53e790f..86436b3 100644
--- a/remoting/host/event_executor_win.h
+++ b/remoting/host/event_executor_win.h
@@ -20,6 +20,13 @@ class EventExecutorWin : public EventExecutor {
virtual void HandleInputEvents(ClientMessageList* messages);
private:
+ void HandleMouseSetPosition(ChromotingClientMessage* msg);
+ void HandleMouseMove(ChromotingClientMessage* msg);
+ void HandleMouseWheel(ChromotingClientMessage* msg);
+ void HandleMouseButtonDown(ChromotingClientMessage* msg);
+ void HandleMouseButtonUp(ChromotingClientMessage* msg);
+ void HandleKey(ChromotingClientMessage* msg);
+
DISALLOW_COPY_AND_ASSIGN(EventExecutorWin);
};