Hi guys
I need to get repeat touch event, not one time. I use below function to get touch event:
evas_object_event_callback_add(image, EVAS_CALLBACK_MOUSE_DOWN, mouse_down_cb, NULL);
But it returns one touch event at time. How to set constantly touch down event wihtout moving up a finger?
Event should be called all the time.
Resolved. EVAS_CALLBACK_MOUSE_DOWN and EVAS_CALLBACK_MOUSE_UP used with flag.