Uses of Class
org.robovm.apple.gamecontroller.GCControllerElement
| Package | Description |
|---|---|
| org.robovm.apple.gamecontroller |
-
Uses of GCControllerElement in org.robovm.apple.gamecontroller
Subclasses of GCControllerElement in org.robovm.apple.gamecontroller Modifier and Type Class Description classGCControllerAxisInputclassGCControllerButtonInputclassGCControllerDirectionPadclassGCControllerTouchpadclassGCDeviceCursorclassGCDualSenseAdaptiveTriggerMethods in org.robovm.apple.gamecontroller that return GCControllerElement Modifier and Type Method Description GCControllerElementGCControllerElement. getCollection()GCControllerElementGCPhysicalInputProfile. objectForKeyedSubscript(String key)Methods in org.robovm.apple.gamecontroller that return types with arguments of type GCControllerElement Modifier and Type Method Description NSSet<GCControllerElement>GCPhysicalInputProfile. getAllElements()NSDictionary<NSString,GCControllerElement>GCPhysicalInputProfile. getElements()VoidBlock2<GCExtendedGamepad,GCControllerElement>GCExtendedGamepad. getValueChangedHandler()VoidBlock2<GCGamepad,GCControllerElement>GCGamepad. getValueChangedHandler()Deprecated.VoidBlock2<GCMicroGamepad,GCControllerElement>GCMicroGamepad. getValueChangedHandler()VoidBlock2<GCGamepad,GCControllerElement>GCMotion. getValueChangedHandler()Method parameters in org.robovm.apple.gamecontroller with type arguments of type GCControllerElement Modifier and Type Method Description voidGCExtendedGamepad. setValueChangedHandler(VoidBlock2<GCExtendedGamepad,GCControllerElement> v)voidGCGamepad. setValueChangedHandler(VoidBlock2<GCGamepad,GCControllerElement> v)Deprecated.voidGCMicroGamepad. setValueChangedHandler(VoidBlock2<GCMicroGamepad,GCControllerElement> v)voidGCMotion. setValueChangedHandler(VoidBlock2<GCGamepad,GCControllerElement> v)