Class GCExtendedGamepadSnapshot

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

@Deprecated
public class GCExtendedGamepadSnapshot
extends GCExtendedGamepad
Deprecated.
Deprecated in iOS 13.0. GCExtendedGamepadSnapshot has been deprecated, use [GCController controllerWithExtendedGamepad] instead
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • GCExtendedGamepadSnapshot

      public GCExtendedGamepadSnapshot()
      Deprecated.
    • GCExtendedGamepadSnapshot

      protected GCExtendedGamepadSnapshot​(NSObject.Handle h, long handle)
      Deprecated.
    • GCExtendedGamepadSnapshot

      protected GCExtendedGamepadSnapshot​(NSObject.SkipInit skipInit)
      Deprecated.
    • GCExtendedGamepadSnapshot

      public GCExtendedGamepadSnapshot​(NSData data)
      Deprecated.
    • GCExtendedGamepadSnapshot

      public GCExtendedGamepadSnapshot​(GCController controller, NSData data)
      Deprecated.
  • Method Details

    • getSnapshotData

      public NSData getSnapshotData()
      Deprecated.
    • setSnapshotData

      public void setSnapshotData​(NSData v)
      Deprecated.
    • getDataVersion

      @Deprecated public static GCExtendedGamepadSnapshotDataVersion getDataVersion()
      Deprecated.
      Deprecated in iOS 13.0. GCExtendedGamepadSnapshot has been deprecated, use [GCController controllerWithExtendedGamepad] instead
      Since:
      Available in iOS 9.0 and later.
    • getDataFromNSData

      @Deprecated public static boolean getDataFromNSData​(GCExtendedGamepadSnapshotData snapshotData, NSData data)
      Deprecated.
      Deprecated in iOS 13.0. GCExtendedGamepadSnapshot has been deprecated, use [GCController controllerWithExtendedGamepad] instead
      Since:
      Available in iOS 9.0 and later.
    • init

      protected long init​(NSData data)
      Deprecated.
    • init

      protected long init​(GCController controller, NSData data)
      Deprecated.