What is the correct way to deal with touch events?

What is the correct way to deal with touch events?

BY 02 Feb 2016 Native Application Development

Hello, guys. I’m trying to make a little game and for now I’m using this callback to deal with toucnhes:

evas_object_event_callback_add(gl, EVAS_CALLBACK_MOUSE_DOWN, mouse_down_cb, ad);

Abd it works perfect on emulator and windows mouse. So, will be it work correct on real device ? Or should I use some other things? Thank you.

Written by