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

Unified Diff: remoting/client/chromoting_session.h

Issue 2868383003: [CRD iOS] Send key events to the session. (Closed)
Patch Set: Clean up old key input code. No longer used. Created 3 years, 7 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
Index: remoting/client/chromoting_session.h
diff --git a/remoting/client/chromoting_session.h b/remoting/client/chromoting_session.h
index 8f67c653d0152f563db7fe95a1b8d1e6d581efe9..6a13dabb342aa59566d0ac12f955cf93bcedf5bb 100644
--- a/remoting/client/chromoting_session.h
+++ b/remoting/client/chromoting_session.h
@@ -117,6 +117,8 @@ class ChromotingSession : public ClientUserInterface,
// Sends the provided keyboard scan code to the host.
bool SendKeyEvent(int scan_code, int key_code, bool key_down);
+ bool SendKeyEvent(int key_code, bool key_down);
+
void SendTextEvent(const std::string& text);
// Sends the provided touch event payload to the host.

Powered by Google App Engine
This is Rietveld 408576698