Class SystemCursorPosEvent

java.lang.Object
com.spinyowl.legui.system.event.SystemCursorPosEvent
All Implemented Interfaces:
SystemEvent

public class SystemCursorPosEvent extends Object implements SystemEvent
  • 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