WindowDesc.this

Construct a window description, with a foolproof constructor.

  1. this(WindowType type, WindowAlignment alignment, float param)
    struct WindowDesc
    nothrow @nogc
    this
    (
    WindowType type
    ,,
    float param = float.nan
    )
  2. this(WindowType type, float param)

Meta