struct ffw::Monitor

Class List > ffw :: Monitor

Classes

Type Name
struct Mode

Public Attributes

Type Name
std::string name
Name of the physical monitor.
Resolution resolution
The current resolution.
BitDepth bitDepth
The current bith depth.
int refreshRate
The current refresh rate (V-sync)
Vec2< int > position
The relative position to the primary monitor, in pixels.
Vec2< int > physicalSize
The physical size of the monitor in millimeters.
void * ptr
GLFW specific pointer.

Public Attributes Documentation

variable name

std::string ffw::Monitor::name;

Name of the physical monitor.

variable resolution

Resolution ffw::Monitor::resolution;

The current resolution.

variable bitDepth

BitDepth ffw::Monitor::bitDepth;

The current bith depth.

  • .x = RED
  • .y = GREEN
  • .z = BLUE

variable refreshRate

int ffw::Monitor::refreshRate;

The current refresh rate (V-sync)

variable position

Vec2<int> ffw::Monitor::position;

The relative position to the primary monitor, in pixels.

variable physicalSize

Vec2<int> ffw::Monitor::physicalSize;

The physical size of the monitor in millimeters.

variable ptr

void* ffw::Monitor::ptr;

GLFW specific pointer.


The documentation for this class was generated from the following file: include/ffw/graphics/monitors.h