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

Unified Diff: ui/aura/desktop_host_win.h

Issue 8342026: Get basic KeyEvents working in RWHVA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « ui/aura/desktop_host_linux.cc ('k') | ui/aura/desktop_host_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop_host_win.h
===================================================================
--- ui/aura/desktop_host_win.h (revision 106345)
+++ ui/aura/desktop_host_win.h (working copy)
@@ -40,6 +40,9 @@
MESSAGE_HANDLER_EX(WM_KEYUP, OnKeyEvent)
MESSAGE_HANDLER_EX(WM_SYSKEYDOWN, OnKeyEvent)
MESSAGE_HANDLER_EX(WM_SYSKEYUP, OnKeyEvent)
+ MESSAGE_HANDLER_EX(WM_CHAR, OnKeyEvent)
+ MESSAGE_HANDLER_EX(WM_SYSCHAR, OnKeyEvent)
+ MESSAGE_HANDLER_EX(WM_IME_CHAR, OnKeyEvent)
MSG_WM_CLOSE(OnClose)
MSG_WM_PAINT(OnPaint)
« no previous file with comments | « ui/aura/desktop_host_linux.cc ('k') | ui/aura/desktop_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698