public final class MouseEvent extends Event
GLFWMouseButtonCallback that is assigned to GLFW.glfwSetMouseButtonCallback(long, GLFWMouseButtonCallbackI). Cancelling
it will make the moues input not be processed.| Modifier and Type | Field and Description |
|---|---|
int |
action |
int |
button |
int |
mods |
long |
window |
| Constructor and Description |
|---|
MouseEvent(long window,
int mods,
int action,
int button) |