Uses of Class
org.robovm.apple.uikit.UIEventSubtype
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIEventSubtype in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIEventSubtype Modifier and Type Method Description UIEventSubtypeUIEvent. getSubtype()static UIEventSubtypeUIEventSubtype. valueOf(long n)Returns the enum constant of this type with the specified name.static UIEventSubtypeUIEventSubtype. valueOf(String name)Returns the enum constant of this type with the specified name.static UIEventSubtype[]UIEventSubtype. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIEventSubtype Modifier and Type Method Description voidUIResponder. motionBegan(UIEventSubtype motion, UIEvent event)voidUIResponder. motionCancelled(UIEventSubtype motion, UIEvent event)voidUIResponder. motionEnded(UIEventSubtype motion, UIEvent event)