-
-
Methods in org.robovm.apple.uikit with parameters of type UIEvent
| Modifier and Type |
Method |
Description |
boolean |
UIControl.beginTracking(UITouch touch,
UIEvent event) |
|
void |
UIControl.cancelTracking(UIEvent event) |
|
boolean |
UIControl.continueTracking(UITouch touch,
UIEvent event) |
|
void |
UIControl.endTracking(UITouch touch,
UIEvent event) |
|
void |
UIInputViewController.handleInputModeList(UIView view,
UIEvent event) |
|
UIView |
UIView.hitTest(CGPoint point,
UIEvent event) |
|
protected void |
UIGestureRecognizer.ignoreTouch(UITouch touch,
UIEvent event) |
|
boolean |
UIView.isPointInside(CGPoint point,
UIEvent event) |
|
void |
UIResponder.motionBegan(UIEventSubtype motion,
UIEvent event) |
|
void |
UIResponder.motionCancelled(UIEventSubtype motion,
UIEvent event) |
|
void |
UIResponder.motionEnded(UIEventSubtype motion,
UIEvent event) |
|
void |
UIControl.OnTouchCancelListener.onTouchCancel(UIControl control,
UIEvent event) |
|
void |
UIControl.OnTouchDownListener.onTouchDown(UIControl control,
UIEvent event) |
|
void |
UIControl.OnTouchDownRepeatListener.onTouchDownRepeat(UIControl control,
UIEvent event) |
|
void |
UIControl.OnTouchDragEnterListener.onTouchDragEnter(UIControl control,
UIEvent event) |
|
void |
UIControl.OnTouchDragExitListener.onTouchDragExit(UIControl control,
UIEvent event) |
|
void |
UIControl.OnTouchDragInsideListener.onTouchDragInside(UIControl control,
UIEvent event) |
|
void |
UIControl.OnTouchDragOutsideListener.onTouchDragOutside(UIControl control,
UIEvent event) |
|
void |
UIControl.OnTouchUpInsideListener.onTouchUpInside(UIControl control,
UIEvent event) |
|
void |
UIControl.OnTouchUpOutsideListener.onTouchUpOutside(UIControl control,
UIEvent event) |
|
void |
UIResponder.remoteControlReceived(UIEvent event) |
|
boolean |
UIApplication.sendAction(Selector action,
NSObject target,
NSObject sender,
UIEvent event) |
|
void |
UIControl.sendAction(Selector action,
NSObject target,
UIEvent event) |
|
void |
UIApplication.sendEvent(UIEvent event) |
|
void |
UIWindow.sendEvent(UIEvent event) |
|
boolean |
UIGestureRecognizer.shouldReceiveEvent(UIEvent event) |
|
boolean |
UIGestureRecognizerDelegate.shouldReceiveEvent(UIGestureRecognizer gestureRecognizer,
UIEvent event) |
|
boolean |
UIGestureRecognizerDelegateAdapter.shouldReceiveEvent(UIGestureRecognizer gestureRecognizer,
UIEvent event) |
|
boolean |
UITableViewCell.shouldReceiveEvent(UIGestureRecognizer gestureRecognizer,
UIEvent event) |
|
protected void |
UIGestureRecognizer.touchesBegan(NSSet<UITouch> touches,
UIEvent event) |
|
void |
UIResponder.touchesBegan(NSSet<UITouch> touches,
UIEvent event) |
|
protected void |
UIGestureRecognizer.touchesCancelled(NSSet<UITouch> touches,
UIEvent event) |
|
void |
UIResponder.touchesCancelled(NSSet<UITouch> touches,
UIEvent event) |
|
protected void |
UIGestureRecognizer.touchesEnded(NSSet<UITouch> touches,
UIEvent event) |
|
void |
UIResponder.touchesEnded(NSSet<UITouch> touches,
UIEvent event) |
|
protected void |
UIGestureRecognizer.touchesMoved(NSSet<UITouch> touches,
UIEvent event) |
|
void |
UIResponder.touchesMoved(NSSet<UITouch> touches,
UIEvent event) |
|
boolean |
UIScrollView.touchesShouldBegin(NSSet<UITouch> touches,
UIEvent event,
UIView view) |
|