Class GCExtendedGamepadSnapshotData

    • Constructor Detail

      • GCExtendedGamepadSnapshotData

        public GCExtendedGamepadSnapshotData()
      • GCExtendedGamepadSnapshotData

        public GCExtendedGamepadSnapshotData​(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,
                                             boolean leftThumbstickButton,
                                             boolean rightThumbstickButton)