Package dev.boze.api.input
Class Bind
java.lang.Object
dev.boze.api.input.Bind
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Bind
public Bind(boolean isButton, int bind)
-
-
Method Details
-
getBind
public int getBind()- Returns:
- GLFW value of the bind
-
isButton
public boolean isButton()- Returns:
- true if bind is a mouse button
-