Variable Window.dontCare

Value used to disable minimum or maximum size limits of a Window.

class Window
{
  // ...
  const(Size) dontCare = Size(4294967295u, 4294967295u);
  // ...
}

See Also