Class SystemCharEvent

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

public class SystemCharEvent extends Object implements SystemEvent
  • Field Details

    • window

      public final long window
    • codepoint

      public final int codepoint
  • Constructor Details

    • SystemCharEvent

      public SystemCharEvent(long window, int codepoint)
  • Method Details