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
280 e->code == LV_EVENT_GESTURE || in lv_event_get_indev()
1106 lv_event_send(gesture_obj, LV_EVENT_GESTURE, indev_act); in indev_gesture()
37 … the gestures can be detected on the screen object in a form of an `LV_EVENT_GESTURE` event. For e…62 lv_obj_add_event_cb(screen1, my_event, LV_EVENT_GESTURE, NULL);
84 - `LV_EVENT_GESTURE` A gesture is detected. Get the gesture with `lv_indev_get_gesture_dir(lv_…
912 lv_obj_add_event_cb(img, album_gesture_event_cb, LV_EVENT_GESTURE, NULL); in album_img_create()