struct EE::UI::CSS::MediaFeatures¶
#include <mediaquery.hpp> struct MediaFeatures { // fields MediaType type; int width; int height; int deviceWidth; int deviceHeight; int color; int colorIndex; int monochrome; int resolution; float pixelDensity; std::string prefersColorScheme { "dark" }; };