Mountain
1.0.0
Simple C++ 2D Game Framework
|
Represents a screen/monitor. More...
#include <screen.hpp>
Static Public Member Functions | |
static Vector2i | GetPosition (int32_t screenIndex=-1) |
Gets the position of the given screen. More... | |
static Vector2i | GetSize (int32_t screenIndex=-1) |
Gets the size of the given screen. More... | |
static int32_t | GetRefreshRate (int32_t screenIndex=-1) |
Gets the refresh rate of the given screen. More... | |
Friends | |
class | Window |
Represents a screen/monitor.
Definition at line 18 of file screen.hpp.
|
static |
Gets the position of the given screen.
Window::GetCurrentScreen()
.
|
static |
Gets the refresh rate of the given screen.
Window::GetCurrentScreen()
.
|
static |
Gets the size of the given screen.
Window::GetCurrentScreen()
.