Enum Class Utils.TouchpadType

java.lang.Object
java.lang.Enum<Utils.TouchpadType>
com.vuzix.hud.resources.Utils.TouchpadType
All Implemented Interfaces:
Serializable, Comparable<Utils.TouchpadType>, Constable
Enclosing class:
Utils

public static enum Utils.TouchpadType extends Enum<Utils.TouchpadType>
Values defining the touchpad type of the Vuzix device
  • Enum Constant Details

    • NO_TOUCHPAD

      public static final Utils.TouchpadType NO_TOUCHPAD
      The device does not support any touchpad
    • TWO_AXIS_TOUCHPAD

      public static final Utils.TouchpadType TWO_AXIS_TOUCHPAD
      The device has a 2-axis touchpad for detecting left/right and up/down user inputs
    • UNKNOWN

      public static final Utils.TouchpadType UNKNOWN
      The touchpad type is not known for this device
  • Method Details

    • values

      public static Utils.TouchpadType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Utils.TouchpadType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null