1#ifndef GRAPHICS_WINDOW_H
2#define GRAPHICS_WINDOW_H
4#include "Etterna/Models/Misc/DisplaySpec.h"
34 bool bForceRecreateWindow =
false);
39GetDisplaySpecs(DisplaySpecs& out);
42PushWindow(
int a,
int b) -> BOOL;
The actual VideoModeParams determined by the LowLevelWindow implementation. Contains all the attribut...
Definition RageDisplay.h:207
The parameters used for the present Video Mode.
Definition RageDisplay.h:101
Sets up a window for OpenGL/D3D.
Definition GraphicsWindow.h:11
auto SetScreenMode(const VideoModeParams &p) -> std::string
Set the display mode.
Definition GraphicsWindow.cpp:242
void Shutdown()
Shut down completely.
Definition GraphicsWindow.cpp:494
void DestroyGraphicsWindow()
Shut down the window, but don't reset the video mode.
Definition GraphicsWindow.cpp:419
void Initialize(bool bD3D)
Set up, and create a hidden window.
Definition GraphicsWindow.cpp:445
void CreateGraphicsWindow(const VideoModeParams &p, bool bForceRecreateWindow=false)
Create the window.
Definition GraphicsWindow.cpp:292