Searched refs:LV_EVENT_GESTURE (Results 1 – 6 of 6) sorted by relevance
47 …LV_EVENT_GESTURE, /**< A gesture is detected. Get the gesture with `lv_indev_get_gestu… enumerator
274 e->code == LV_EVENT_GESTURE || in lv_event_get_indev()
1161 lv_event_send(gesture_obj, LV_EVENT_GESTURE, indev_act); in indev_gesture()
33 … the gestures can be detected on the screen object in a form of an `LV_EVENT_GESTURE` event. For e…58 lv_obj_add_event_cb(screen1, my_event, LV_EVENT_GESTURE, NULL);
80 - `LV_EVENT_GESTURE` A gesture is detected. Get the gesture with `lv_indev_get_gesture_dir(lv_…
944 lv_obj_add_event_cb(img, album_gesture_event_cb, LV_EVENT_GESTURE, NULL); in album_img_create()