Class SystemScrollEvent

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

public class SystemScrollEvent extends Object implements SystemEvent
  • Field Details

    • window

      public final long window
    • xoffset

      public final double xoffset
    • yoffset

      public final double yoffset
  • Constructor Details

    • SystemScrollEvent

      public SystemScrollEvent(long window, double xoffset, double yoffset)
  • Method Details