Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_gesture.h89 …v_gesture_detect_pinch(lv_indev_gesture_recognizer_t * recognizer, lv_indev_touch_data_t * touches,
Dlv_indev_gesture.c204 …v_gesture_detect_pinch(lv_indev_gesture_recognizer_t * recognizer, lv_indev_touch_data_t * touches, in lv_indev_gesture_detect_pinch() argument
229 touch = touches; in lv_indev_gesture_detect_pinch()
231 touches++; in lv_indev_gesture_detect_pinch()
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c120 lv_indev_touch_data_t touches[10]; member
904 app->touch_obj->input.touches[i].point.x = wl_fixed_to_int(x_w); in touch_handle_down()
905 app->touch_obj->input.touches[i].point.y = wl_fixed_to_int(y_w); in touch_handle_down()
906 app->touch_obj->input.touches[i].id = id; in touch_handle_down()
907 app->touch_obj->input.touches[i].timestamp = time; in touch_handle_down()
908 app->touch_obj->input.touches[i].state = LV_INDEV_STATE_PRESSED; in touch_handle_down()
949 app->touch_obj->input.touches[i].point.x = 0; in touch_handle_up()
950 app->touch_obj->input.touches[i].point.y = 0; in touch_handle_up()
951 app->touch_obj->input.touches[i].id = id; in touch_handle_up()
952 app->touch_obj->input.touches[i].timestamp = time; in touch_handle_up()
[all …]
/lvgl-latest/docs/details/main-components/
Dindev.rst188 static lv_indev_touch_data_t touches[10];
200 touch = &touches[0];
201 lv_indev_gesture_detect_pinch(recognizer, &touches[0],