Uses of Class
org.robovm.apple.uikit.UITouch
| Package | Description |
|---|---|
| org.robovm.apple.pdfkit | |
| org.robovm.apple.spritekit | |
| org.robovm.apple.uikit |
-
Uses of UITouch in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit with parameters of type UITouch Modifier and Type Method Description booleanPDFView. shouldReceiveTouch(UIGestureRecognizer gestureRecognizer, UITouch touch) -
Uses of UITouch in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit with parameters of type UITouch Modifier and Type Method Description static CGPointUITouchExtensions. getLocationInNode(UITouch thiz, SKNode node)static CGPointUITouchExtensions. getPreviousLocationInNode(UITouch thiz, SKNode node) -
Uses of UITouch in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return types with arguments of type UITouch Modifier and Type Method Description NSSet<UITouch>UIEvent. getAllTouches()NSArray<UITouch>UIEvent. getCoalescedTouches(UITouch touch)NSArray<UITouch>UIEvent. getPredictedTouches(UITouch touch)NSSet<UITouch>UIEvent. getTouches(UIGestureRecognizer gesture)NSSet<UITouch>UIEvent. getTouches(UIView view)NSSet<UITouch>UIEvent. getTouches(UIWindow window)Methods in org.robovm.apple.uikit with parameters of type UITouch Modifier and Type Method Description booleanUIControl. beginTracking(UITouch touch, UIEvent event)booleanUIControl. continueTracking(UITouch touch, UIEvent event)voidUIControl. endTracking(UITouch touch, UIEvent event)NSArray<UITouch>UIEvent. getCoalescedTouches(UITouch touch)NSArray<UITouch>UIEvent. getPredictedTouches(UITouch touch)protected voidUIGestureRecognizer. ignoreTouch(UITouch touch, UIEvent event)booleanUIGestureRecognizerDelegate. shouldReceiveTouch(UIGestureRecognizer gestureRecognizer, UITouch touch)booleanUIGestureRecognizerDelegateAdapter. shouldReceiveTouch(UIGestureRecognizer gestureRecognizer, UITouch touch)booleanUITableViewCell. shouldReceiveTouch(UIGestureRecognizer gestureRecognizer, UITouch touch)Method parameters in org.robovm.apple.uikit with type arguments of type UITouch Modifier and Type Method Description protected voidUIGestureRecognizer. touchesBegan(NSSet<UITouch> touches, UIEvent event)voidUIResponder. touchesBegan(NSSet<UITouch> touches, UIEvent event)protected voidUIGestureRecognizer. touchesCancelled(NSSet<UITouch> touches, UIEvent event)voidUIResponder. touchesCancelled(NSSet<UITouch> touches, UIEvent event)protected voidUIGestureRecognizer. touchesEnded(NSSet<UITouch> touches, UIEvent event)voidUIResponder. touchesEnded(NSSet<UITouch> touches, UIEvent event)voidUIGestureRecognizer. touchesEstimatedPropertiesUpdated(NSSet<UITouch> touches)voidUIResponder. touchesEstimatedPropertiesUpdated(NSSet<UITouch> touches)protected voidUIGestureRecognizer. touchesMoved(NSSet<UITouch> touches, UIEvent event)voidUIResponder. touchesMoved(NSSet<UITouch> touches, UIEvent event)booleanUIScrollView. touchesShouldBegin(NSSet<UITouch> touches, UIEvent event, UIView view)