[Wayland-bugs] [Bug 68622] [bug] touch and virtual keyboard don't work
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 3 22:52:13 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=68622
Kristian Høgsberg <krh at bitplanet.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Kristian Høgsberg <krh at bitplanet.net> ---
As we discussed, the pointer code currently activates the keys on button down,
not button up, so it's ok to just do that for touch as well:
commit a8e627f4f2890f2903963f9e297cca151c860200
Author: Brian J Lovin <brian.j.lovin at intel.com>
Date: Tue Aug 27 10:49:42 2013 -0700
keyboard: Add rudimentary touch support to keyboard.
At this time there is no way to have a key be activated when
touch_up is called, so all this patch does is activate they
key on touch_down.
Signed-off-by: Brian J Lovin <brian.j.lovin at intel.com>
Of course, we now have a few ideas for improvements to the sample keyboard:
activate keys on button/touch up, implement highlight (or maybe even the zoomed
key feature). Closing this bug, as we now have basic support at least.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20130904/5f67795b/attachment.html>
More information about the Wayland-bugs
mailing list