|
enum class | VSyncMode : int { DISABLED = 0
, ENABLED = 1
, ADAPTIVE = -1
, DEFAULT = DISABLED
} |
|
enum class | FullscreenMode : int { WINDOWED = 0
, FULLSCREEN = SDL_WINDOW_FULLSCREEN
, FULLSCREEN_WINDOW = SDL_WINDOW_FULLSCREEN_DESKTOP
} |
|
|
| Window (const Configuration &config) |
|
void | HandleEvents () |
|
void | BeginFrame () |
|
void | EndFrame () |
|
void | Close () |
|
bool | IsOpen () const |
|
SDL_Window * | GetHandle () |
|
const SDL_Window * | GetHandle () const |
|
SDL_GLContext | GetContext () |
|
const SDL_GLContext | GetContext () const |
|
glm::ivec2 | Size () const |
|
The documentation for this class was generated from the following files:
- Include/Core/Window.h
- Source/Core/Window.cpp