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
3namespace yaze {
4namespace platform {
5namespace ios {
6
8 float left = 0.0f;
9 float right = 0.0f;
10 float top = 0.0f;
11 float bottom = 0.0f;
12};
13
14void SetMetalView(void* view);
15void* GetMetalView();
16
17void SetSafeAreaInsets(float left, float right, float top, float bottom);
19
20} // namespace ios
21} // namespace platform
22} // namespace yaze
SafeAreaInsets GetSafeAreaInsets()
void SetSafeAreaInsets(float left, float right, float top, float bottom)
void SetMetalView(void *view)