Class Gamepad.DPad

java.lang.Object
de.gurkenlabs.litiengine.input.Gamepad.DPad
Enclosing class:
Gamepad

public static class Gamepad.DPad extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final float
    Synonmous with OFF
    static final float
    Standard value for down HAT position
    static final float
    Standard value for down-left HAT position
    static final float
    Standard value for down-right HAT position
    static final float
    Standard value for left HAT position
    static final float
    Standard value for center HAT position
    static final float
    Standard value for right HAT position
    static final float
    Standard value for up HAT position
    static final float
    Standard value for up-left HAT position
    static final float
    Standard value for up-right HAT position
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • OFF

      public static final float OFF
      Standard value for center HAT position
      See Also:
    • CENTER

      public static final float CENTER
      Synonmous with OFF
      See Also:
    • DOWN

      public static final float DOWN
      Standard value for down HAT position
      See Also:
    • DOWN_LEFT

      public static final float DOWN_LEFT
      Standard value for down-left HAT position
      See Also:
    • DOWN_RIGHT

      public static final float DOWN_RIGHT
      Standard value for down-right HAT position
      See Also:
    • LEFT

      public static final float LEFT
      Standard value for left HAT position
      See Also:
    • UP

      public static final float UP
      Standard value for up HAT position
      See Also:
    • UP_LEFT

      public static final float UP_LEFT
      Standard value for up-left HAT position
      See Also:
    • UP_RIGHT

      public static final float UP_RIGHT
      Standard value for up-right HAT position
      See Also: