| 6346 | } |
| 6347 | |
| 6348 | void AS_SetConfigValueFloat(std::string key, float value) { |
| 6349 | config.GetRef(key) = value; |
| 6350 | config.ReloadDynamicSettings(); |
| 6351 | } |
| 6352 | |
| 6353 | int AS_GetMonitorCount() { |
| 6354 | return SDL_GetNumVideoDisplays(); |
nothing calls this directly
no test coverage detected