Package org.robovm.apple.gamecontroller
Class GCGamepadSnapShotDataV100
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<GCGamepadSnapShotDataV100>
org.robovm.apple.gamecontroller.GCGamepadSnapShotDataV100
- All Implemented Interfaces:
Iterable<GCGamepadSnapShotDataV100>
public class GCGamepadSnapShotDataV100 extends Struct<GCGamepadSnapShotDataV100>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGCGamepadSnapShotDataV100.GCGamepadSnapShotDataV100PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description GCGamepadSnapShotDataV100()GCGamepadSnapShotDataV100(short version, short size, float dpadX, float dpadY, float buttonA, float buttonB, float buttonX, float buttonY, float leftShoulder, float rightShoulder) -
Method Summary
Modifier and Type Method Description floatgetButtonA()floatgetButtonB()floatgetButtonX()floatgetButtonY()NSDatagetData()Deprecated.Deprecated in iOS 13.0.floatgetDpadX()floatgetDpadY()floatgetLeftShoulder()floatgetRightShoulder()shortgetSize()shortgetVersion()GCGamepadSnapShotDataV100setButtonA(float buttonA)GCGamepadSnapShotDataV100setButtonB(float buttonB)GCGamepadSnapShotDataV100setButtonX(float buttonX)GCGamepadSnapShotDataV100setButtonY(float buttonY)booleansetData(NSData data)Deprecated.Deprecated in iOS 13.0.GCGamepadSnapShotDataV100setDpadX(float dpadX)GCGamepadSnapShotDataV100setDpadY(float dpadY)GCGamepadSnapShotDataV100setLeftShoulder(float leftShoulder)GCGamepadSnapShotDataV100setRightShoulder(float rightShoulder)GCGamepadSnapShotDataV100setSize(short size)GCGamepadSnapShotDataV100setVersion(short version)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, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
GCGamepadSnapShotDataV100
public GCGamepadSnapShotDataV100() -
GCGamepadSnapShotDataV100
public GCGamepadSnapShotDataV100(short version, short size, float dpadX, float dpadY, float buttonA, float buttonB, float buttonX, float buttonY, float leftShoulder, float rightShoulder)
-
-
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
-
setData
Deprecated.Deprecated in iOS 13.0. GCGamepad has been deprecated, use GCExtendedGamepad instead -
getData
Deprecated.Deprecated in iOS 13.0. GCGamepad has been deprecated, use GCExtendedGamepad instead
-