25#ifndef SFML_WINDOWSETTINGS_HPP
26#define SFML_WINDOWSETTINGS_HPP
Vector2 is an utility class for manipulating 2 dimensional vectors.
Structure defining the creation settings of windows.
unsigned int AntialiasingLevel
Level of antialiasing.
unsigned int DepthBits
Bits of the depth buffer.
WindowSettings(unsigned int Depth=24, unsigned int Stencil=8, unsigned int Antialiasing=0)
Default constructor.
unsigned int StencilBits
Bits of the stencil buffer.