Home
last modified time | relevance | path

Searched refs:EVAS_TOUCH_POINT_CANCEL (Results 1 – 3 of 3) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_touch_point.c110 EVAS_LEGACY_API(eo_e, e, EVAS_TOUCH_POINT_CANCEL); in evas_touch_point_list_nth_state_get()
112 if (!point) return EVAS_TOUCH_POINT_CANCEL; in evas_touch_point_list_nth_state_get()
/dports/devel/efl/efl-1.25.1/src/lib/evas/
H A DEvas_Legacy.h1114 EVAS_TOUCH_POINT_CANCEL /**< Touch point is cancelled */ enumerator
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_win.c2750 case EVAS_TOUCH_POINT_CANCEL: ptrdata->action = EFL_POINTER_ACTION_CANCEL; break; in _efl_ui_win_pointer_iterate()