public final class ScrollEvent extends Event
GLFWScrollCallback that is assigned
to GLFW.glfwSetScrollCallback(long, GLFWScrollCallbackI). Cancelling
it will cause the internal scroll status not to be updated.| Modifier and Type | Field and Description |
|---|---|
long |
window |
double |
xOffset |
double |
yOffset |
| Constructor and Description |
|---|
ScrollEvent(long window,
double xOffset,
double yOffset) |