Package com.spinyowl.legui.system.event
Class SystemCursorPosEvent
java.lang.Object
com.spinyowl.legui.system.event.SystemCursorPosEvent
- All Implemented Interfaces:
SystemEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
window
public final long window -
xpos
public final double xpos -
ypos
public final double ypos -
fx
public final float fx -
fy
public final float fy
-
-
Constructor Details
-
SystemCursorPosEvent
public SystemCursorPosEvent(long window, double xpos, double ypos)
-
-
Method Details