Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleEvent
Function · 0.85
sdlInit
Function · 0.85
main
Function · 0.85
configGraphics
Function · 0.85
configHud
Function · 0.85
createWindow
Function · 0.85
updateSettings
Function · 0.85
resize
Function · 0.85
getCurrentMonitorInfo
Function · 0.85
enableFullscreen
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected