Package playn.core

Enum Class Pointer.Event.Kind

java.lang.Object
java.lang.Enum<Pointer.Event.Kind>
playn.core.Pointer.Event.Kind
All Implemented Interfaces:
Serializable, Comparable<Pointer.Event.Kind>, java.lang.constant.Constable
Enclosing class:
Pointer.Event

public static enum Pointer.Event.Kind extends Enum<Pointer.Event.Kind>
Enumerates the different kinds of pointer event.
  • Enum Constant Details

  • Field Details

    • isStart

      public final boolean isStart
      Whether this kind starts or ends an interaction.
    • isEnd

      public final boolean isEnd
      Whether this kind starts or ends an interaction.
  • Method Details

    • values

      public static Pointer.Event.Kind[] 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 Pointer.Event.Kind 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