Class Component.POV

java.lang.Object
net.java.games.input.Component.POV
Enclosing interface:
Component

public static class Component.POV extends Object
POV enum for different positions.
  • 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
  • Constructor Summary

    Constructors
    Constructor
    Description
    POV()
     
  • 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:
    • UP_LEFT

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

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

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

      public static final float DOWN_RIGHT
      Standard value for down-right HAT position
      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:
    • LEFT

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

    • POV

      public POV()