Package org.robovm.apple.gamecontroller
Class GCExtendedGamepadSnapShotDataV100
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<GCExtendedGamepadSnapShotDataV100>
org.robovm.apple.gamecontroller.GCExtendedGamepadSnapShotDataV100
- All Implemented Interfaces:
Iterable<GCExtendedGamepadSnapShotDataV100>
public class GCExtendedGamepadSnapShotDataV100 extends Struct<GCExtendedGamepadSnapShotDataV100>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGCExtendedGamepadSnapShotDataV100.GCExtendedGamepadSnapShotDataV100Ptr -
Constructor Summary
Constructors Constructor Description GCExtendedGamepadSnapShotDataV100()GCExtendedGamepadSnapShotDataV100(short version, short size, float dpadX, float dpadY, float buttonA, float buttonB, float buttonX, float buttonY, float leftShoulder, float rightShoulder, float leftThumbstickX, float leftThumbstickY, float rightThumbstickX, float rightThumbstickY, float leftTrigger, float rightTrigger) -
Method Summary
Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
GCExtendedGamepadSnapShotDataV100
public GCExtendedGamepadSnapShotDataV100() -
GCExtendedGamepadSnapShotDataV100
public GCExtendedGamepadSnapShotDataV100(short version, short size, float dpadX, float dpadY, float buttonA, float buttonB, float buttonX, float buttonY, float leftShoulder, float rightShoulder, float leftThumbstickX, float leftThumbstickY, float rightThumbstickX, float rightThumbstickY, float leftTrigger, float rightTrigger)
-
-
Method Details
-
getVersion
public short getVersion() -
setVersion
-
getSize
public short getSize() -
setSize
-
getDpadX
public float getDpadX() -
setDpadX
-
getDpadY
public float getDpadY() -
setDpadY
-
getButtonA
public float getButtonA() -
setButtonA
-
getButtonB
public float getButtonB() -
setButtonB
-
getButtonX
public float getButtonX() -
setButtonX
-
getButtonY
public float getButtonY() -
setButtonY
-
getLeftShoulder
public float getLeftShoulder() -
setLeftShoulder
-
getRightShoulder
public float getRightShoulder() -
setRightShoulder
-
getLeftThumbstickX
public float getLeftThumbstickX() -
setLeftThumbstickX
-
getLeftThumbstickY
public float getLeftThumbstickY() -
setLeftThumbstickY
-
getRightThumbstickX
public float getRightThumbstickX() -
setRightThumbstickX
-
getRightThumbstickY
public float getRightThumbstickY() -
setRightThumbstickY
-
getLeftTrigger
public float getLeftTrigger() -
setLeftTrigger
-
getRightTrigger
public float getRightTrigger() -
setRightTrigger
-
setData
Deprecated.Deprecated in iOS 13.0. GCExtendedGamepadSnapshot has been deprecated, use [GCController controllerWithExtendedGamepad] instead- Since:
- Available in iOS 9.0 and later.
-
getData
Deprecated.Deprecated in iOS 13.0. GCExtendedGamepadSnapshot has been deprecated, use [GCController controllerWithExtendedGamepad] instead- Since:
- Available in iOS 9.0 and later.
-