Searched refs:lv_indev_set_button_points (Results 1 – 6 of 6) sorted by relevance
27 lv_indev_set_button_points(lv_monkey_get_indev(monkey), btn_points); in lv_example_monkey_3()
92 void lv_indev_set_button_points(lv_indev_t * indev, const lv_point_t points[]);
214 void lv_indev_set_button_points(lv_indev_t * indev, const lv_point_t points[]) in lv_indev_set_button_points() function
17 … Use `lv_monkey_get_indev()` to get the input device, and use `lv_indev_set_button_points()` to ma…
171 lv_indev_set_button_points(indev_button, btn_points);
141 To assign buttons to coordinates use `lv_indev_set_button_points(my_indev, points_array)`.