public class SystemCursorPosEvent extends java.lang.Object implements SystemEvent
Modifier and Type | Field and Description |
---|---|
float |
fx |
float |
fy |
long |
window |
double |
xpos |
double |
ypos |
Constructor and Description |
---|
SystemCursorPosEvent(long window,
double xpos,
double ypos) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |