public interface GCDevice
| Modifier and Type | Method and Description |
|---|---|
NSObject |
handlerQueue()
The dispatch queue that element value change handlers are submitted on.
|
GCPhysicalInputProfile |
physicalInputProfile()
Gets the physical input profile for the device.
|
java.lang.String |
productCategory()
The product category the controller belongs to.
|
void |
setHandlerQueue(NSObject value)
The dispatch queue that element value change handlers are submitted on.
|
java.lang.String |
vendorName()
A vendor supplied name.
|
NSObject handlerQueue()
GCControllerAxisInput.valueChangedHandler,
GCControllerButtonInput.valueChangedHandler,
GCControllerButtonInput.pressedChangedHandler,
GCControllerDirectionPad.valueChangedHandler,
GCMotion.valueChangedHandlerGCPhysicalInputProfile physicalInputProfile()
[@note] This is equivalent to the controller's gamepad, microGamepad, or extendedGamepad instance.
GCController.gamepad,
GCController.microGamepad,
GCController.extendedGamepadjava.lang.String productCategory()
GCProductCategories.hvoid setHandlerQueue(NSObject value)
GCControllerAxisInput.valueChangedHandler,
GCControllerButtonInput.valueChangedHandler,
GCControllerButtonInput.pressedChangedHandler,
GCControllerDirectionPad.valueChangedHandler,
GCMotion.valueChangedHandlerjava.lang.String vendorName()