Re: Problems implementing drag event for touchscreen



Which version of Mx are you using?
1.4 doesn't support touch events, you need master.
This is rev 3f9ae47029012935e436d22f2d18b336f9bf27a3 from git, it was the head 
some days ago, AFAIK. The same runs on my desktop, which works.

I implemented it this way:
- CLUTTER_TOUCH_BEGIN event on first touch
- CLUTTER_TOUCH_UPDATE if position (or pressure) changes
- CLUTTER_TOUCH_END if it is released

Regards
György




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]