Available on crate feature
api-12 only.Structs§
- @brief Enumerates gesture directions.
- @brief Enumerates gesture event types.
- @brief Enumerates gesture interruption results.
- @brief Enumerates gesture masking modes.
- @brief Enumerates gesture event modes.
- @brief Enumerates the gesture recognizer states.
- @brief Enumerates gesture types.
- @brief Enumerates gesture group modes.
- @brief Defines the gesture APIs.
Functions§
- @brief Obtains whether this scroll container is scrolled to the top.
- @brief Obtains whether this scroll container is scrolled to the bottom.
- @brief Obtains the gesture event type.
- @brief Obtains gesture input.
- @brief Obtains the pointer to the interrupted gesture event.
- @brief Obtains the pointer to interrupted gesture recognizer.
- @brief Checks whether a gesture is a built-in gesture of the component.
- @brief Obtains the type of the system gesture to trigger.
- @brief Obtains the ID of the component linked to a gesture recognizer.
- @brief Obtains the information about a gesture event target.
- @brief Obtains the enabled state of a gesture recognizer.
- @brief Obtains the state of a gesture recognizer.
- @brief Obtains the tag of a gesture recognizer.
- @brief Obtains the direction of a pan gesture.
- @brief Obtains information about a gesture response chain.
- @brief Obtains whether a gesture is a built-in gesture.
- @brief Obtains whether a gesture recognizer is valid.
- @brief Obtains the number of times that a long press gesture is triggered periodically.
- @brief Obtains the relative offset of a pan gesture along the x-axis.
- @brief Obtains the relative offset of a pan gesture along the y-axis.
- @brief Obtains the velocity of a pan gesture along the main axis.
- @brief Obtains the velocity of a pan gesture along the x-axis.
- @brief Obtains the velocity of a pan gesture along the y-axis.
- @brief Obtains the conflicting gesture recognizers in a parallel internal gesture event.
- @brief Obtains the current gesture recognizer in a parallel internal gesture event.
- @brief Obtains custom data in the parallel internal gesture event.
- @brief Obtains the X coordinate of the center of the pinch gesture, in vp, relative to the upper left corner of the current component.
- @brief Obtains the Y coordinate of the center of the pinch gesture, in vp, relative to the upper left corner of the current component.
- @brief Obtains the scale ratio of a pinch gesture.
- @brief Obtains the angle information of a rotation gesture.
- @brief Sets a callback function for notifying gesture recognizer destruction.
- @brief Sets the enabled state of a gesture recognizer.
- @brief Obtains the angle information of the swipe gesture.
- @brief Obtains the average velocity of all fingers used in the swipe gesture.
Type Aliases§
- @brief Defines a set of gesture directions.
- @brief Defines a set of gesture event types.
- @brief Defines a callback function for notifying gesture recognizer destruction. @since 12
- @brief Defines the gesture recognizer handle.
- @brief Defines the gesture recognizer handle array.