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

Unified Diff: remoting/client/native_device_keymap.h

Issue 2868383003: [CRD iOS] Send key events to the session. (Closed)
Patch Set: Removing the simple keyboard, not needed. 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/native_device_keymap.h
diff --git a/remoting/client/native_device_keymap.h b/remoting/client/native_device_keymap.h
index f1915cef6827e7026914bbd04c27fb844f04cd2e..2f37787cf6334ddf4f65c463182fc4606902a6c8 100644
--- a/remoting/client/native_device_keymap.h
+++ b/remoting/client/native_device_keymap.h
@@ -10,6 +10,11 @@
namespace remoting {
+struct KeycodeWithModifier {
Yuwei 2017/05/16 00:47:30 Is this still being used?
nicholss 2017/05/16 17:13:39 Nope! Gone.
+ uint32_t keycode;
+ uint32_t modifier;
+};
+
uint32_t NativeDeviceKeycodeToUsbKeycode(size_t device_keycode);
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698