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