Interface Host


public interface Host
  • Method Details

    • defaultFont

      default Font defaultFont()
      Constant value.
    • window

      IWindow window()
      Constant value.
    • getClipboardString

      @Nullable String getClipboardString()
    • setClipboardString

      void setClipboardString(String string)
      Parameters:
      string - the string. This should not contain NUL bytes. If it does, it will be truncated at those bytes.
    • gl

      dev.pfaff.glass.opengl.GL gl()
      Constant value.
    • loadLibImage

      SymbolLookup loadLibImage()