Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_gesture.c44 static int8_t get_motion_idx(uint8_t id, lv_indev_gesture_t * info);
411 static int8_t get_motion_idx(uint8_t id, lv_indev_gesture_t * info) in get_motion_idx() function
437 motion_idx = get_motion_idx(touch->id, g); in process_touch_event()