yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
ios_platform_state.h File Reference
#include <string>
Include dependency graph for ios_platform_state.h:

Go to the source code of this file.

Classes

struct  yaze::platform::ios::SafeAreaInsets
 
struct  yaze::platform::ios::EditorStateSnapshot
 

Namespaces

namespace  yaze
 
namespace  yaze::platform
 
namespace  yaze::platform::ios
 

Enumerations

enum class  yaze::platform::ios::HapticStyle {
  yaze::platform::ios::kLight , yaze::platform::ios::kMedium , yaze::platform::ios::kHeavy , yaze::platform::ios::kSelection ,
  yaze::platform::ios::kSuccess , yaze::platform::ios::kWarning , yaze::platform::ios::kError
}
 

Functions

void yaze::platform::ios::PostEditorStateUpdate (const EditorStateSnapshot &state)
 
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 ()