public interface PerformsTouchActions
Modifier and Type | Method and Description |
---|---|
void |
performMultiTouchAction(MultiTouchAction multiAction)
Performs multiple TouchAction gestures at the same time, to simulate
multiple fingers/touch inputs.
|
TouchAction |
performTouchAction(TouchAction touchAction)
Performs a chain of touch actions, which together can be considered an
entire gesture.
|
TouchAction performTouchAction(TouchAction touchAction)
touchAction
- A TouchAction object, which contains a list of individual
touch actions to performvoid performMultiTouchAction(MultiTouchAction multiAction)
multiAction
- the MultiTouchAction object to perform.Copyright © 2014. All rights reserved.