Loading...
Searching...
No Matches
VideoMode.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
static const std::vector< VideoMode > & getFullscreenModes()
Retrieve all the video modes supported in fullscreen mode.
bool operator!=(const VideoMode &left, const VideoMode &right)
Overload of operator!= to compare two video modes.
bool operator<(const VideoMode &left, const VideoMode &right)
Overload of operator< to compare video modes.
bool operator>(const VideoMode &left, const VideoMode &right)
Overload of operator> to compare video modes.
bool operator>=(const VideoMode &left, const VideoMode &right)
Overload of operator>= to compare video modes.
VideoMode(Vector2u modeSize, unsigned int modeBitsPerPixel=32)
Construct the video mode with its attributes.
bool operator<=(const VideoMode &left, const VideoMode &right)
Overload of operator<= to compare video modes.
bool operator==(const VideoMode &left, const VideoMode &right)
Overload of operator== to compare two video modes.
Definition AudioResource.hpp:36