Class LwjglOffscreenBuffer

All Implemented Interfaces:
com.jme3.system.JmeContext, Runnable

public class LwjglOffscreenBuffer extends LwjglWindow
Author:
Daniel Johansson
  • Constructor Details

    • LwjglOffscreenBuffer

      public LwjglOffscreenBuffer()
  • Method Details

    • showWindow

      protected void showWindow()
      Overrides:
      showWindow in class LwjglWindow
    • setWindowIcon

      protected void setWindowIcon(com.jme3.system.AppSettings settings)
      Description copied from class: LwjglWindow
      Set custom icons to the window of this application.
      Overrides:
      setWindowIcon in class LwjglWindow
      Parameters:
      settings - settings for getting the icons
    • setTitle

      public void setTitle(String title)
      Description copied from class: LwjglWindow
      Set the title if it's a windowed display
      Specified by:
      setTitle in interface com.jme3.system.JmeContext
      Overrides:
      setTitle in class LwjglWindow
      Parameters:
      title - the title to set
    • getMouseInput

      public com.jme3.input.MouseInput getMouseInput()
      Specified by:
      getMouseInput in interface com.jme3.system.JmeContext
      Overrides:
      getMouseInput in class LwjglWindow
    • getKeyInput

      public com.jme3.input.KeyInput getKeyInput()
      Specified by:
      getKeyInput in interface com.jme3.system.JmeContext
      Overrides:
      getKeyInput in class LwjglWindow
    • getJoyInput

      public com.jme3.input.JoyInput getJoyInput()
      Specified by:
      getJoyInput in interface com.jme3.system.JmeContext
      Overrides:
      getJoyInput in class LwjglWindow
    • getTouchInput

      public com.jme3.input.TouchInput getTouchInput()
      Specified by:
      getTouchInput in interface com.jme3.system.JmeContext
      Overrides:
      getTouchInput in class LwjglWindow