Searched refs:gesture (Results 1 – 7 of 7) sorted by relevance
46 static void gesture_update_center_point(lv_indev_gesture_t * gesture, int touch_points_nb);47 static void gesture_calculate_factors(lv_indev_gesture_t * gesture, int touch_points_nb);503 static void gesture_update_center_point(lv_indev_gesture_t * gesture, int touch_points_nb) in gesture_update_center_point() argument506 lv_indev_gesture_t * g = gesture; in gesture_update_center_point()563 static void gesture_calculate_factors(lv_indev_gesture_t * gesture, int touch_points_nb) in gesture_calculate_factors() argument566 lv_indev_gesture_t * g = gesture; in gesture_calculate_factors()
117 To prevent passing the gesture event to the parent from a Widget, use122 If you did some action on a gesture you can call162 LVGL has the ability to recognize multi-touch gestures, when a gesture164 gesture occurred. Currently, only the pinch gesture is supported165 more gesture types will be implemented soon.167 To enable the multi-touch gesture recognition set the175 the gesture recognition function of the appropriate type. For example178 After calling the gesture detection function, it's necessary to call184 /* The recognizer keeps the state of the gesture */206 /* Set the gesture information, before returning to LVGL */[all …]
27 Capabilities: pointer gesture
136 - :cpp:enumerator:`LV_EVENT_GESTURE`: A gesture is detected. Get the gesture with :cpp:expr:`lv_in…
561 - :cpp:enumerator:`LV_EVENT_GESTURE` A gesture is detected. Get gesture with `lv_inde…
200 - **fix(indev): fix indev not send gesture event** `6676 <https://github.com/lvgl/lvgl/pull/6676>`__336 - **fix(nuttx): fix gesture event failure** `5996 <https://github.com/lvgl/lvgl/pull/5996>`__
761 bool "Enable the multi-touch gesture recognition feature"