Dear Kim,

How are you?

On 14/12/11 09:40, Bluezery wrote:
> Currently I am changing multi touch zoom to be used elm_gesture.
> But, there may be some strange behaviors when using elm_gesture.
>
> I looked around codes...  and I found belows...
> ELM_GESTURE_STATE_START call back is always called when multi touch
> down event occurred.
> But ELM_GESTURE_STATE_END call back is not called when multi touch up
> event occurred.
> So, zoom end event cannot be received sometimes, even if zoom start
> event is notified to elm map.
> Only zoom start ,  start and start .... events..
> I think this should be synchronized.. (if start is called, stop should
> be called later.)

There are two ways to end a gesture, ELM_GESTURE_STATE_END and 
ELM_GESTURE_STATE_ABORT, maybe you didn't register to the second one? 
Please take a look at the two tests in elementary. if you can reproduce 
it in either, that would be great.

Another possibility is that your cached elm config is pre-gesture-layer 
so you are missing some config values, you can try and verify that by 
removing ~/.elementary
>
> I heard that Tom Hacohen maintain gesture layer.
> It's my pleasure if you solve this problem :-)
>

I don't maintain gesture layer, but Aharon from my team does. I mostly 
commit his patches, sometime I do a bit of maintenance, but it's mostly 
him. Even I'm not the maintainer, I'm always available for help if 
needed. :)

--
Tom.

------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to