old-hiro/reference/monitor.hpp
2016-05-15 12:45:15 +02:00

9 lines
147 B
C++

namespace phoenix {
struct pMonitor {
static unsigned count();
static Geometry geometry(unsigned monitor);
static unsigned primary();
};
}