Lines Matching refs:gesture
117 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 */
219 The state or scale of the pinch gesture can be retrieved by