Class WindowToggleFullscreenEvent

java.lang.Object
dev.ultreon.mods.xinexlib.client.event.WindowToggleFullscreenEvent
All Implemented Interfaces:
WindowEvent, Cancelable

public class WindowToggleFullscreenEvent extends Object implements WindowEvent, Cancelable
  • Constructor Details

    • WindowToggleFullscreenEvent

      public WindowToggleFullscreenEvent(com.mojang.blaze3d.platform.Window window, boolean setFullscreen)
  • Method Details

    • getWindow

      public com.mojang.blaze3d.platform.Window getWindow()
      Specified by:
      getWindow in interface WindowEvent
    • isSetFullscreen

      public boolean isSetFullscreen()
    • isCanceled

      public boolean isCanceled()
      Specified by:
      isCanceled in interface Cancelable
    • cancel

      public void cancel()
      Specified by:
      cancel in interface Cancelable