Class GameConfiguration.DisplayInformation

  • Enclosing class:
    GameConfiguration

    public static class GameConfiguration.DisplayInformation
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DisplayInformation​(int widthIn, int heightIn, boolean fullscreenIn, boolean checkGlErrorsIn)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • width

        public final int width
      • height

        public final int height
      • fullscreen

        public final boolean fullscreen
      • checkGlErrors

        public final boolean checkGlErrors
    • Constructor Detail

      • DisplayInformation

        public DisplayInformation​(int widthIn,
                                  int heightIn,
                                  boolean fullscreenIn,
                                  boolean checkGlErrorsIn)