OpenCPN Partial API docs
|
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_MonitorInfo > | g_monitor_info |
Information about the monitors connected to the system. | |
Display utilities.
Definition in file displays.h.
void EnumerateMonitors | ( | ) |
Enumerate the monitors connected to the system.
Definition at line 108 of file displays.cpp.
|
extern |
Information about the monitors connected to the system.
Definition at line 45 of file displays.cpp.