Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | touchui: Improve key-event processing. | sadrul@chromium.org | 2010-12-13 | 1 | -5/+123 |
| | | | | | | | | | | | Add more keycode translations from X events to views events. BUG=None TEST=Pressing keys such as ,./;'<> etc. should show up correctly in a webpage. Review URL: http://codereview.chromium.org/5802003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69012 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | touchui: Directly process key and mouse events. | rjkroege@google.com | 2010-10-26 | 1 | -0/+163 |
Capture the keyboard and mouse events directly from X, create a corresponding views::Event out of it, and send it to the associated RootView. Includes Chad's (wyck) function FindRootViewForGdkEvent (from #3704005) slightly modified (called FindRootViewForGdkWindow). BUG=None TEST=Click/Keypress events in a webpage should work correctly. Review URL: http://codereview.chromium.org/3801011 Patch from Sadrul Chowdhury <sadrul@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63916 0039d316-1c4b-4281-b951-d872f2087c98 |