FullscreenMode

public extension FullscreenMode
  • Cast constructor, converting any binary integer to a FullscreenMode.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Fullscreen on current monitor only.

    Declaration

    Swift

    static let currentMonitor: GdkFullscreenMode
  • Span across all monitors when fullscreen.

    Declaration

    Swift

    static let allMonitors: GdkFullscreenMode