Uses of Class
org.robovm.apple.gamecontroller.GCController
| Package | Description |
|---|---|
| org.robovm.apple.gamecontroller |
-
Uses of GCController in org.robovm.apple.gamecontroller
Methods in org.robovm.apple.gamecontroller that return GCController Modifier and Type Method Description GCControllerGCController. capture()static GCControllerGCController. controllerWithExtendedGamepad()static GCControllerGCController. controllerWithMicroGamepad()GCControllerGCExtendedGamepad. getController()GCControllerGCGamepad. getController()Deprecated.GCControllerGCMicroGamepad. getController()GCControllerGCMotion. getController()GCControllerGCVirtualController. getController()static GCControllerGCController. getCurrent()Methods in org.robovm.apple.gamecontroller that return types with arguments of type GCController Modifier and Type Method Description VoidBlock1<GCController>GCController. getControllerPausedHandler()Deprecated.Deprecated in iOS 13.0.static NSArray<GCController>GCController. getControllers()Methods in org.robovm.apple.gamecontroller with parameters of type GCController Modifier and Type Method Description protected longGCExtendedGamepadSnapshot. init(GCController controller, NSData data)Deprecated.protected longGCGamepadSnapshot. init(GCController controller, NSData data)Deprecated.protected longGCMicroGamepadSnapshot. init(GCController controller, NSData data)Deprecated.Method parameters in org.robovm.apple.gamecontroller with type arguments of type GCController Modifier and Type Method Description static NSObjectProtocolGCController.Notifications. observeDidConnect(VoidBlock1<GCController> block)static NSObjectProtocolGCController.Notifications. observeDidDisconnect(VoidBlock1<GCController> block)voidGCController. setControllerPausedHandler(VoidBlock1<GCController> v)Deprecated.Deprecated in iOS 13.0.Constructors in org.robovm.apple.gamecontroller with parameters of type GCController Constructor Description GCExtendedGamepadSnapshot(GCController controller, NSData data)Deprecated.GCGamepadSnapshot(GCController controller, NSData data)Deprecated.GCMicroGamepadSnapshot(GCController controller, NSData data)Deprecated.