MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / getWindowSettings

Function getWindowSettings

TheForceEngine/TFE_Settings/settings.cpp:344–347  ·  view source on GitHub ↗

Get and set settings.

Source from the content-addressed store, hash-verified

342
343 // Get and set settings.
344 TFE_Settings_Window* getWindowSettings()
345 {
346 return &s_windowSettings;
347 }
348
349 TFE_Settings_Graphics* getGraphicsSettings()
350 {

Callers 10

handleEventFunction · 0.85
sdlInitFunction · 0.85
mainFunction · 0.85
configGraphicsFunction · 0.85
configHudFunction · 0.85
createWindowFunction · 0.85
updateSettingsFunction · 0.85
resizeFunction · 0.85
getCurrentMonitorInfoFunction · 0.85
enableFullscreenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected