Interface FullscreenMode


public interface FullscreenMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Span across all monitors when fullscreen.
    static final int
    Fullscreen on current monitor only.
  • Field Details

    • CURRENT_MONITOR

      static final int CURRENT_MONITOR
      Fullscreen on current monitor only.
      See Also:
    • ALL_MONITORS

      static final int ALL_MONITORS
      Span across all monitors when fullscreen.
      See Also: