OpenCPN Partial API docs
|
Implement display.h – display utilities. More...
Go to the source code of this file.
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. | |
Implement display.h – display utilities.
Definition in file displays.cpp.
void EnumerateMonitors | ( | ) |
Enumerate the monitors connected to the system.
Definition at line 108 of file displays.cpp.
std::vector<OCPN_MonitorInfo> g_monitor_info |
Information about the monitors connected to the system.
Definition at line 45 of file displays.cpp.