Etterna 0.74.4
|
The actual VideoModeParams determined by the LowLevelWindow implementation. Contains all the attributes of VideoModeParams, plus the actual window width/height determined by LLW. More...
#include <RageDisplay.h>
Public Member Functions | |
ActualVideoModeParams (const VideoModeParams ¶ms) | |
ActualVideoModeParams (VideoModeParams &¶ms) | |
ActualVideoModeParams (const VideoModeParams ¶ms, int windowWidth, int windowHeight, bool renderOffscreen) | |
ActualVideoModeParams & | operator= (const ActualVideoModeParams &)=default |
![]() | |
VideoModeParams (bool windowed_, std::string sDisplayId_, int width_, int height_, int bpp_, int rate_, bool vsync_, bool interlaced_, bool bSmoothLines_, bool bTrilinearFiltering_, bool bAnisotropicFiltering_, bool bWindowIsFullscreenBorderless_, std::string sWindowTitle_, std::string sIconFile_, bool PAL_, float fDisplayAspectRatio_) | |
VideoModeParams (const VideoModeParams &other) | |
VideoModeParams (VideoModeParams &&other) | |
VideoModeParams & | operator= (const VideoModeParams &)=default |
Public Attributes | |
int | windowWidth { 0 } |
int | windowHeight { 0 } |
bool | renderOffscreen { false } |
![]() | |
bool | windowed { false } |
std::string | sDisplayId |
int | width { 0 } |
int | height { 0 } |
int | bpp { 0 } |
int | rate { 0 } |
bool | vsync { false } |
bool | interlaced { false } |
bool | bSmoothLines { false } |
bool | bTrilinearFiltering { false } |
bool | bAnisotropicFiltering { false } |
bool | bWindowIsFullscreenBorderless { false } |
std::string | sWindowTitle |
std::string | sIconFile |
bool | PAL { false } |
float | fDisplayAspectRatio { 0.0F } |
The actual VideoModeParams determined by the LowLevelWindow implementation. Contains all the attributes of VideoModeParams, plus the actual window width/height determined by LLW.