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

Implement display.h – display utilities. More...

#include <iostream>
#include "config.h"
#include "displays.h"
#include "model/logger.h"

Go to the source code of this file.

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

Implement display.h – display utilities.

Definition in file displays.cpp.

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

Information about the monitors connected to the system.

Definition at line 45 of file displays.cpp.