Home
last modified time | relevance | path

Searched refs:lv_indev_get_short_click_streak (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/examples/event/
Dlv_example_event_streak.c10 uint8_t cnt = lv_indev_get_short_click_streak(indev); in short_click_event_cb()
/lvgl-latest/src/indev/
Dlv_indev.h317 uint8_t lv_indev_get_short_click_streak(const lv_indev_t * indev);
Dlv_indev.c498 uint8_t lv_indev_get_short_click_streak(const lv_indev_t * indev) in lv_indev_get_short_click_streak() function
/lvgl-latest/tests/src/test_cases/
Dtest_click.c55 counts->short_click_streak = lv_indev_get_short_click_streak(indev); in click_event_cb()