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

Unified Diff: remoting/host/win/session_input_injector.h

Issue 799233004: Add touch events to the protocol, the stub layer, and to the client plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 10 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/host/single_window_input_injector_mac.cc ('k') | remoting/host/win/session_input_injector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/session_input_injector.h
diff --git a/remoting/host/win/session_input_injector.h b/remoting/host/win/session_input_injector.h
index ce58c940ca31d7f2cccedf156f4b354c499bc52d..99ee83d8efeacba2b8811a77c0936cc7af206f3f 100644
--- a/remoting/host/win/session_input_injector.h
+++ b/remoting/host/win/session_input_injector.h
@@ -43,6 +43,7 @@ class SessionInputInjectorWin : public InputInjector {
virtual void InjectKeyEvent(const protocol::KeyEvent& event) override;
virtual void InjectTextEvent(const protocol::TextEvent& event) override;
virtual void InjectMouseEvent(const protocol::MouseEvent& event) override;
+ virtual void InjectTouchEvent(const protocol::TouchEvent& event) override;
private:
// The actual implementation resides in SessionInputInjectorWin::Core class.
« no previous file with comments | « remoting/host/single_window_input_injector_mac.cc ('k') | remoting/host/win/session_input_injector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698