Faro Engine 0.0.0.b519570 (main)
Loading...
Searching...
No Matches
Monitor.hpp
Go to the documentation of this file.
1#pragma once
3#include <Math/Rect.hpp>
4
5namespace Faro
6{
7 struct Monitor
8 {
11
12 inline bool IsValid() const
13 {
14 return desktop.Area() > 0;
15 }
16 };
17}
Definition String.hpp:12
Definition Array.hpp:8
T Area() const
Definition Rect.hpp:25
Definition Monitor.hpp:8
IntRect desktop
Definition Monitor.hpp:9
bool IsValid() const
Definition Monitor.hpp:12
String identifier
Definition Monitor.hpp:10