Home
last modified time | relevance | path

Searched refs:LV_EVENT_GESTURE (Results 1 – 6 of 6) sorted by relevance

/lvgl-3.4.0/src/core/
Dlv_event.h47LV_EVENT_GESTURE, /**< A gesture is detected. Get the gesture with `lv_indev_get_gestu… enumerator
Dlv_event.c280 e->code == LV_EVENT_GESTURE || in lv_event_get_indev()
Dlv_indev.c1106 lv_event_send(gesture_obj, LV_EVENT_GESTURE, indev_act); in indev_gesture()
/lvgl-3.4.0/docs/overview/
Dindev.md37 … 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);
Devent.md84 - `LV_EVENT_GESTURE` A gesture is detected. Get the gesture with `lv_indev_get_gesture_dir(lv_…
/lvgl-3.4.0/demos/music/
Dlv_demo_music_main.c912 lv_obj_add_event_cb(img, album_gesture_event_cb, LV_EVENT_GESTURE, NULL); in album_img_create()