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