#include <string>
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 |
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 () |