EyeLogic SDK  1.1.9
ELApi::ScreenConfig Struct Reference

Screen configuration. More...

#include "ELApi.h"

Public Attributes

bool localMachine
 whether the screen is connected to the this machine
 
char id [32]
 identifier name of the screen (0-terminated string)
 
char name [32]
 descriptive name of the screen (0-terminated string)
 
int32_t resolutionX
 raw screen X resolution [px]
 
int32_t resolutionY
 raw screen Y resolution [px]
 
double physicalSizeX_mm
 horizontal physical dimension of the screen [mm]
 
double physicalSizeY_mm
 vertical physical dimension of the screen [mm]
 

Detailed Description

Screen configuration.