Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_gesture.c46 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() argument
506 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() argument
566 lv_indev_gesture_t * g = gesture; in gesture_calculate_factors()
/lvgl-latest/docs/details/main-components/
Dindev.rst117 To prevent passing the gesture event to the parent from a Widget, use
122 If you did some action on a gesture you can call
162 LVGL has the ability to recognize multi-touch gestures, when a gesture
164 gesture occurred. Currently, only the pinch gesture is supported
165 more gesture types will be implemented soon.
167 To enable the multi-touch gesture recognition set the
175 the gesture recognition function of the appropriate type. For example
178 After calling the gesture detection function, it's necessary to call
184 /* The recognizer keeps the state of the gesture */
206 /* Set the gesture information, before returning to LVGL */
[all …]
/lvgl-latest/docs/details/integration/driver/
Dlibinput.rst27 Capabilities: pointer gesture
/lvgl-latest/docs/details/base-widget/
Devent.rst136 - :cpp:enumerator:`LV_EVENT_GESTURE`: A gesture is detected. Get the gesture with :cpp:expr:`lv_in…
Dobj.rst561 - :cpp:enumerator:`LV_EVENT_GESTURE` A gesture is detected. Get gesture with `lv_inde…
/lvgl-latest/docs/
DCHANGELOG.rst200 - **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>`__
/lvgl-latest/
DKconfig761 bool "Enable the multi-touch gesture recognition feature"