https://bugs.freedesktop.org/show_bug.cgi?id=68622
Kristian Høgsberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Kristian Høgsberg <[email protected]> --- 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 <[email protected]> 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 <[email protected]> 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.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
