#include <Window.hpp>
|
| | ScreenMode ()=default |
| | ScreenMode (const int32_t width, const int32_t height, const float refreshRate, const uint32_t modeIndex) |
Definition at line 16 of file Window.hpp.
◆ ScreenMode() [1/2]
| Cori::Core::ScreenMode::ScreenMode |
( |
| ) |
|
|
protecteddefault |
◆ ScreenMode() [2/2]
| Cori::Core::ScreenMode::ScreenMode |
( |
const int32_t | width, |
|
|
const int32_t | height, |
|
|
const float | refreshRate, |
|
|
const uint32_t | modeIndex ) |
|
inlineprotected |
◆ Window
◆ m_Height
| int32_t Cori::Core::ScreenMode::m_Height {} |
◆ m_ModeName
| std::string Cori::Core::ScreenMode::m_ModeName |
◆ m_RefreshRate
| float Cori::Core::ScreenMode::m_RefreshRate {} |
◆ m_SDLModeIndex
| uint32_t Cori::Core::ScreenMode::m_SDLModeIndex { 1000 } |
|
protected |
◆ m_Width
| int32_t Cori::Core::ScreenMode::m_Width {} |
The documentation for this struct was generated from the following file: