rolmodl
C++ API for the Simple Directmedia Library 2 (SDL2)
Public Attributes | List of all members
rolmodl::sys::DisplayMode Struct Reference

Display mode parameter plain old struct. More...

#include <Base.hpp>

Public Attributes

pixelfmt::Id fmt
 Display mode format.
 
geom::Size size
 Display mode size.
 
std::optional< unsigned int > refreshRate = std::nullopt
 Display mode refresh rate, might be unspecified.
 
void * unsafeDriverData = nullptr
 Unspecified driver-specific data.
 

Detailed Description

Display mode parameter plain old struct.

See also
https://wiki.libsdl.org/SDL_DisplayMode

Definition at line 336 of file Base.hpp.


The documentation for this struct was generated from the following file: