| 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 | { |
nothing calls this directly
no test coverage detected