Package dev.prozilla.pine.common
Interface IntEnum
- All Known Implementing Classes:
CursorType
,GamepadAxis
,GamepadButton
,Key
,MouseButton
,WindowHint
public interface IntEnum
-
Method Summary
-
Method Details
-
getValue
int getValue()Returns the integer value of this instance.- Returns:
- The integer value.
-