Hello List, I am trying to monitor mouse events with a service application (no UI). My first try is committed here: https://github.com/gvkalra/gestures/blob/master/src/gestures.c
The problem that I am facing is in service_app_create(). --8<---------------cut here---------------start------------->8--- h_down = ecore_event_handler_add(ECORE_EVENT_MOUSE_BUTTON_DOWN, __mouse_down, NULL); h_up = ecore_event_handler_add(ECORE_EVENT_MOUSE_BUTTON_UP, __mouse_up, NULL); --8<---------------cut here---------------end--------------->8--- h_down & h_up is always NULL even though there are no API and Privilege Violations. Do I require some special permission to monitor mouse events with a service application? Duplicate discussion: https://samsung.tizenforum.com/?topic=298.0 I am posting on the list to reach wider audience. Thank You.
_______________________________________________ Application-dev mailing list Application-dev@lists.tizen.org https://lists.tizen.org/listinfo/application-dev