On Fri, 2008-05-23 at 14:06 +0100, dilip devaraj wrote: > Clutter is currently supporting input through keyboard and mouse .Is > there any input method support or API's defined for touch or gesture > input for embedded systems.
the EGL native backend can use the tslib API (if tslib is found at Clutter compile time) to get events on a touchscreen. for X11-based backends, the usual support through X events is provided; there is some preliminary work for using XINPUT to track multiple input devices[1]. ciao, Emmanuele. +++ [1] http://bugzilla.openedhand.com/show_bug.cgi?id=858 -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]
