ProtoZed
awesome branch
A simple but powerful game framework
|
This is the complete list of members for PZ::VideoMode, including all inherited members.
GetFullscreen() const | PZ::VideoMode | inline |
GetVirtualResolution() const | PZ::VideoMode | inline |
GetWindowResolution() const | PZ::VideoMode | inline |
SetFullscreen(bool fullscreen) | PZ::VideoMode | |
SetVirtualResolution(const Vector2i &resolution) | PZ::VideoMode | |
SetVirtualResolution(int width, int height) | PZ::VideoMode | |
SetWindowResolution(const Vector2i &resolution, bool sameVirtual=true) | PZ::VideoMode | |
SetWindowResolution(int width, int height, bool sameVirtual=true) | PZ::VideoMode | |
SetWindowResolution(const Vector2i &resolution, bool fullscreen, bool sameVirtual=true) | PZ::VideoMode | |
SetWindowResolution(int width, int height, bool fullscreen, bool sameVirtual=true) | PZ::VideoMode | |
VideoMode() | PZ::VideoMode | |
VideoMode(const Vector2i &windowResolution, const Vector2i &virtualResolution, bool fullscreen=false) | PZ::VideoMode | |
VideoMode(int windowWidth, int windowHeight, int virtualWidth, int virtualHeight, bool fullscreen=false) | PZ::VideoMode | |
~VideoMode() | PZ::VideoMode |