Home
last modified time | relevance | path

Searched refs:lv_indev_get_gesture_dir (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c272 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_LEFT) { in notification_screen_events_cb()
281 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in notification_screen_events_cb()
291 … if(event_code == LV_EVENT_GESTURE && (lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_TOP || in notification_screen_events_cb()
292lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_BOTTOM) && in notification_screen_events_cb()
Dlv_demo_smartwatch_qr.c193 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_TOP) { in qr_screen_event_cb()
202 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_BOTTOM)… in qr_screen_event_cb()
Dlv_demo_smartwatch.c347 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in home_tileview_event_cb()
352 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_TOP) { in home_tileview_event_cb()
359 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_BOTTOM)… in home_tileview_event_cb()
362 …else if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) != LV_DIR_TO… in home_tileview_event_cb()
369 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) != LV_DIR_RIGHT) { in home_tileview_event_cb()
Dlv_demo_smartwatch_weather.c416 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_BOTTOM)… in weather_screen_event_cb()
426 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in weather_screen_event_cb()
438 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) != LV_DIR_RIGHT) { in weather_screen_event_cb()
444 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) != LV_DIR_BOTTOM)… in weather_screen_event_cb()
Dlv_demo_smartwatch_settings.c443 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in settings_screen_event_cb()
447 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_LEFT) { in settings_screen_event_cb()
Dlv_demo_smartwatch_home.c121 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in lv_demo_smartwatch_face_events_cb()
126 … if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_TOP) { in lv_demo_smartwatch_face_events_cb()
Dlv_demo_smartwatch_easter_egg.c287 …if(event_code == LV_EVENT_GESTURE && lv_indev_get_gesture_dir(lv_indev_active()) == LV_DIR_RIGHT) { in create_screen_event_cb()
/lvgl-latest/src/indev/
Dlv_indev.h301 lv_dir_t lv_indev_get_gesture_dir(const lv_indev_t * indev);
Dlv_indev.c483 lv_dir_t lv_indev_get_gesture_dir(const lv_indev_t * indev) in lv_indev_get_gesture_dir() function
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_stats.c399 lv_dir_t d = lv_indev_get_gesture_dir(lv_indev_active()); in chart_gesture_event_cb()
/lvgl-latest/docs/details/base-widget/
Devent.rst136 …ESTURE`: A gesture is detected. Get the gesture with :cpp:expr:`lv_indev_get_gesture_dir(lv_indev_…
Dobj.rst561 …_GESTURE` A gesture is detected. Get gesture with `lv_indev_get_gesture_dir(lv_indev_…
/lvgl-latest/demos/music/
Dlv_demo_music_main.c980 lv_dir_t dir = lv_indev_get_gesture_dir(lv_indev_active()); in album_gesture_event_cb()
/lvgl-latest/docs/details/main-components/
Dindev.rst96 lv_dir_t dir = lv_indev_get_gesture_dir(lv_indev_active());