Package org.robovm.apple.gamecontroller
Interface GCDevice
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
GCController,GCDeviceAdapter,GCKeyboard,GCMouse
public interface GCDevice extends NSObjectProtocol
- Since:
- Available in iOS 14.0 and later.
-
Method Summary
Modifier and Type Method Description DispatchQueuegetHandlerQueue()GCPhysicalInputProfilegetPhysicalInputProfile()StringgetProductCategory()StringgetVendorName()voidsetHandlerQueue(DispatchQueue v)
-
Method Details
-
getHandlerQueue
DispatchQueue getHandlerQueue() -
setHandlerQueue
-
getVendorName
String getVendorName() -
getProductCategory
String getProductCategory()- Since:
- Available in iOS 13.0 and later.
-
getPhysicalInputProfile
GCPhysicalInputProfile getPhysicalInputProfile()- Since:
- Available in iOS 14.0 and later.
-