Package input

Class GamepadButtons

java.lang.Object
input.GamepadButtons

public class GamepadButtons extends Object
  • Field Details

    • AZ_BUTTON_A

      public static final int AZ_BUTTON_A
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_B

      public static final int AZ_BUTTON_B
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_X

      public static final int AZ_BUTTON_X
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_Y

      public static final int AZ_BUTTON_Y
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_LEFT_BUMPER

      public static final int AZ_BUTTON_LEFT_BUMPER
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_RIGHT_BUMPER

      public static final int AZ_BUTTON_RIGHT_BUMPER
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_BACK

      public static final int AZ_BUTTON_BACK
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_START

      public static final int AZ_BUTTON_START
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_GUIDE

      public static final int AZ_BUTTON_GUIDE
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_LEFT_THUMB

      public static final int AZ_BUTTON_LEFT_THUMB
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_RIGHT_THUMB

      public static final int AZ_BUTTON_RIGHT_THUMB
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_DPAD_UP

      public static final int AZ_BUTTON_DPAD_UP
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_DPAD_RIGHT

      public static final int AZ_BUTTON_DPAD_RIGHT
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_DPAD_DOWN

      public static final int AZ_BUTTON_DPAD_DOWN
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_DPAD_LEFT

      public static final int AZ_BUTTON_DPAD_LEFT
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_LAST

      public static final int AZ_BUTTON_LAST
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_CROSS

      public static final int AZ_BUTTON_CROSS
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_CIRCLE

      public static final int AZ_BUTTON_CIRCLE
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_SQUARE

      public static final int AZ_BUTTON_SQUARE
      Gamepad buttons. See gamepad for how these are used.
      See Also:
    • AZ_BUTTON_TRIANGLE

      public static final int AZ_BUTTON_TRIANGLE
      Gamepad buttons. See gamepad for how these are used.
      See Also:
  • Constructor Details

    • GamepadButtons

      public GamepadButtons()