yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::platform::ios Namespace Reference

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 ()
 

Function Documentation

◆ SetMetalView()

void yaze::platform::ios::SetMetalView ( void * view)

Definition at line 12 of file ios_platform_state.mm.

Referenced by yaze::ios::IOSHost::SetMetalView().

◆ GetMetalView()

void * yaze::platform::ios::GetMetalView ( )

Definition at line 16 of file ios_platform_state.mm.

Referenced by yaze::platform::IOSWindowBackend::Initialize().

◆ SetSafeAreaInsets()

void yaze::platform::ios::SetSafeAreaInsets ( float left,
float right,
float top,
float bottom )

Definition at line 20 of file ios_platform_state.mm.

◆ GetSafeAreaInsets()

SafeAreaInsets yaze::platform::ios::GetSafeAreaInsets ( )