Namespaces | |
| namespace | anonymous_namespace{ios_platform_state.mm} |
Classes | |
| struct | SafeAreaInsets |
Functions | |
| void | SetMetalView (void *view) |
| void * | GetMetalView () |
| void | SetSafeAreaInsets (float left, float right, float top, float bottom) |
| SafeAreaInsets | GetSafeAreaInsets () |
| void yaze::platform::ios::SetMetalView | ( | void * | view | ) |
Definition at line 12 of file ios_platform_state.mm.
Referenced by yaze::ios::IOSHost::SetMetalView().
| void * yaze::platform::ios::GetMetalView | ( | ) |
Definition at line 16 of file ios_platform_state.mm.
Referenced by yaze::platform::IOSWindowBackend::Initialize().
| void yaze::platform::ios::SetSafeAreaInsets | ( | float | left, |
| float | right, | ||
| float | top, | ||
| float | bottom ) |
Definition at line 20 of file ios_platform_state.mm.
| SafeAreaInsets yaze::platform::ios::GetSafeAreaInsets | ( | ) |
Definition at line 24 of file ios_platform_state.mm.
Referenced by yaze::editor::UICoordinator::DrawMobileNavigation().