Touch
Interface for handling touch interactions on Android devices.
Interface for handling touch interactions on Android devices.
Dispatches all pending touch events to the system. This method is useful when you want to ensure all touch events are processed immediately.
Performs a touch down action at the specified coordinates or point.
Exits and cleans up the touch interface. This method should be called when you're done using the touch interface.
Initializes the touch interface. This method must be called before using any other touch methods.
Performs a touch move action to the specified coordinates or point.
Performs a touch up action, releasing the touch at the current position.