Platform/Input/Touch: Difference between revisions

add link to mbrubeck's page
(Add link to a bug)
(add link to mbrubeck's page)
 
Line 45: Line 45:


GTK+3 provides support for touch input.  Returning TRUE (synchronously) to a touch-event GtkWidget signal handler indicates that the touch input is handled, which will inhibit the corresponding signal (button-press for BEGIN, motion-notify for UPDATE, or button-release for END) for emulated mouse input.  Gecko support is not yet implemented, tracked in [https://bugzilla.mozilla.org/show_bug.cgi?id=978679 bug 978679].
GTK+3 provides support for touch input.  Returning TRUE (synchronously) to a touch-event GtkWidget signal handler indicates that the touch input is handled, which will inhibit the corresponding signal (button-press for BEGIN, motion-notify for UPDATE, or button-release for END) for emulated mouse input.  Gecko support is not yet implemented, tracked in [https://bugzilla.mozilla.org/show_bug.cgi?id=978679 bug 978679].
= See Also =
mbrubeck has a page at [[Gecko/Touch]] which tracks various other aspects of touch events.
Confirmed users
586

edits