MCPcopy Create free account
hub / github.com/defold/defold / WindowGetSafeArea

Function WindowGetSafeArea

engine/platform/src/window.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 bool WindowGetSafeArea(HWindow window, WindowSafeArea* out)
136 {
137 return dmPlatform::GetSafeArea(window, out);
138 }
139
140 const char* WindowGetJoystickDeviceName(HWindow window, uint32_t joystick_index)
141 {

Callers

nothing calls this directly

Calls 1

GetSafeAreaFunction · 0.70

Tested by

no test coverage detected