yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
ios_platform_state.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
yaze
{
4
namespace
platform {
5
namespace
ios {
6
7
struct
SafeAreaInsets
{
8
float
left
= 0.0f;
9
float
right
= 0.0f;
10
float
top
= 0.0f;
11
float
bottom
= 0.0f;
12
};
13
14
void
SetMetalView
(
void
* view);
15
void
*
GetMetalView
();
16
17
void
SetSafeAreaInsets
(
float
left,
float
right,
float
top,
float
bottom);
18
SafeAreaInsets
GetSafeAreaInsets
();
19
20
}
// namespace ios
21
}
// namespace platform
22
}
// namespace yaze
yaze::platform::ios::GetSafeAreaInsets
SafeAreaInsets GetSafeAreaInsets()
Definition
ios_platform_state.mm:24
yaze::platform::ios::SetSafeAreaInsets
void SetSafeAreaInsets(float left, float right, float top, float bottom)
Definition
ios_platform_state.mm:20
yaze::platform::ios::GetMetalView
void * GetMetalView()
Definition
ios_platform_state.mm:16
yaze::platform::ios::SetMetalView
void SetMetalView(void *view)
Definition
ios_platform_state.mm:12
yaze
Definition
patch_export_usage.cc:8
yaze::platform::ios::SafeAreaInsets
Definition
ios_platform_state.h:7
yaze::platform::ios::SafeAreaInsets::left
float left
Definition
ios_platform_state.h:8
yaze::platform::ios::SafeAreaInsets::right
float right
Definition
ios_platform_state.h:9
yaze::platform::ios::SafeAreaInsets::top
float top
Definition
ios_platform_state.h:10
yaze::platform::ios::SafeAreaInsets::bottom
float bottom
Definition
ios_platform_state.h:11
src
app
platform
ios
ios_platform_state.h
Generated by
1.10.0