Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
iOS
Sdk
IiOSGlDisplayService.h
1
#pragma once
2
3
#include "Types.h"
4
#include "iOSDeclarations.h"
5
#include "CallbackCollection.h"
6
7
8
namespace
Eegeo
9
{
10
namespace
iOS
11
{
12
namespace
Sdk
13
{
14
class
IiOSGlDisplayService
15
{
16
public
:
17
typedef
Helpers::CallbackCollection0
GlDisplayServiceChangedEvent
;
18
19
virtual
~
IiOSGlDisplayService
() { }
20
21
virtual
void
NotifyViewFrameChanged() = 0;
22
23
virtual
float
GetViewWidth()
const
= 0;
24
virtual
float
GetViewHeight()
const
= 0;
25
virtual
float
GetDeviceDpi()
const
= 0;
26
virtual
float
GetViewPixelScale()
const
= 0;
27
virtual
GlDisplayServiceChangedEvent
& ChangedEvent()
const
= 0;
28
29
};
30
}
31
}
32
}
Generated on Sat Jun 10 2023 02:00:31 for eeGeo Platform SDK by
1.8.3.1