OpenCPN Partial API docs
Loading...
Searching...
No Matches
displays.h File Reference

Display utilities. More...

#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  OCPN_MonitorInfo
 Structure to hold information about a monitor. More...
 

Functions

void EnumerateMonitors ()
 Enumerate the monitors connected to the system.
 

Variables

std::vector< OCPN_MonitorInfog_monitor_info
 Information about the monitors connected to the system.
 

Detailed Description

Display utilities.

Definition in file displays.h.

Function Documentation

◆ EnumerateMonitors()

void EnumerateMonitors ( )

Enumerate the monitors connected to the system.

Definition at line 108 of file displays.cpp.

Variable Documentation

◆ g_monitor_info

std::vector<OCPN_MonitorInfo> g_monitor_info
extern

Information about the monitors connected to the system.

Definition at line 45 of file displays.cpp.