yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
ios_platform_state.mm File Reference
Include dependency graph for ios_platform_state.mm:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::platform
 
namespace  yaze::platform::ios
 
namespace  yaze::platform::ios::anonymous_namespace{ios_platform_state.mm}
 

Functions

void yaze::platform::ios::SetMetalView (void *view)
 
void * yaze::platform::ios::GetMetalView ()
 
void yaze::platform::ios::SetSafeAreaInsets (float left, float right, float top, float bottom)
 
SafeAreaInsets yaze::platform::ios::GetSafeAreaInsets ()
 
void yaze::platform::ios::SetOverlayTopInset (float top)
 
float yaze::platform::ios::GetOverlayTopInset ()
 
void yaze::platform::ios::SetTouchScale (float scale)
 
float yaze::platform::ios::GetTouchScale ()
 
void yaze::platform::ios::PostOverlayCommand (const char *command)
 
void yaze::platform::ios::TriggerHaptic (HapticStyle style)
 
void yaze::platform::ios::PostUndoCommand ()
 
void yaze::platform::ios::PostRedoCommand ()
 
void yaze::platform::ios::PostToggleSidebar ()
 
void yaze::platform::ios::PostEditorStateUpdate (const EditorStateSnapshot &state)
 

Variables

void * yaze::platform::ios::anonymous_namespace{ios_platform_state.mm}::g_metal_view = nullptr
 
SafeAreaInsets yaze::platform::ios::anonymous_namespace{ios_platform_state.mm}::g_safe_area_insets = {}
 
float yaze::platform::ios::anonymous_namespace{ios_platform_state.mm}::g_overlay_top_inset = 0.0f
 
float yaze::platform::ios::anonymous_namespace{ios_platform_state.mm}::g_touch_scale = 1.0f
 
EditorStateSnapshot yaze::platform::ios::anonymous_namespace{ios_platform_state.mm}::g_last_editor_state = {}