Class GCExtendedGamepadSnapShotDataV100

    • Constructor Detail

      • 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)