-
Methods in org.robovm.apple.gamecontroller that return types with arguments of type GCControllerTouchpad
| Modifier and Type |
Method |
Description |
NSSet<GCControllerTouchpad> |
GCPhysicalInputProfile.getAllTouchpads() |
|
VoidBlock5<GCControllerTouchpad,Float,Float,Float,Boolean> |
GCControllerTouchpad.getTouchDown() |
|
VoidBlock5<GCControllerTouchpad,Float,Float,Float,Boolean> |
GCControllerTouchpad.getTouchMoved() |
|
NSDictionary<NSString,GCControllerTouchpad> |
GCPhysicalInputProfile.getTouchpads() |
|
VoidBlock5<GCControllerTouchpad,Float,Float,Float,Boolean> |
GCControllerTouchpad.getTouchUp() |
|
Method parameters in org.robovm.apple.gamecontroller with type arguments of type GCControllerTouchpad
| Modifier and Type |
Method |
Description |
void |
GCControllerTouchpad.setTouchDown(VoidBlock5<GCControllerTouchpad,Float,Float,Float,Boolean> v) |
|
void |
GCControllerTouchpad.setTouchMoved(VoidBlock5<GCControllerTouchpad,Float,Float,Float,Boolean> v) |
|
void |
GCControllerTouchpad.setTouchUp(VoidBlock5<GCControllerTouchpad,Float,Float,Float,Boolean> v) |
|