All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.gurkenlabs.litiengine.configuration.DisplayMode Maven / Gradle / Ivy

The newest version!
package de.gurkenlabs.litiengine.configuration;

/**
 * Enum representing the different display modes available.
 */
public enum DisplayMode {
  /**
   * Fullscreen display mode.
   */
  FULLSCREEN,

  /**
   * Windowed display mode.
   */
  WINDOWED,

  /**
   * Borderless window display mode.
   */
  BORDERLESS,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy