WindowDesc.this

Construct a window description, for support with previous

  1. this(WindowType type, WindowAlignment alignment, float param)
  2. this(WindowType type, float param)
    struct WindowDesc
    nothrow @nogc deprecated("Because of subtle issues creeping with window end points, please provide an explicit WindowAlignment. Use the other WindowDesc constructor, see window.d for more information.")
    this
    (
    WindowType type
    ,
    float param = float.nan
    )

Meta