Interface IntEnum

All Known Implementing Classes:
CursorType, GamepadAxis, GamepadButton, Key, MouseButton, WindowHint

public interface IntEnum
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the integer value of this instance.
  • Method Details

    • getValue

      int getValue()
      Returns the integer value of this instance.
      Returns:
      The integer value.