public final class CursorPosEvent extends Event
GLFWCursorPosCallback that is assigned to GLFW.glfwSetCursorPosCallback(long, GLFWCursorPosCallbackI). Cancelling it
will cause the internal mouse position to not be updated.| Constructor and Description |
|---|
CursorPosEvent(long window,
double x,
double y) |