Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ getVideoMode
Method
getVideoMode
Source/Util/Config.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
sf::VideoMode Config::getVideoMode() const
44
{
45
return m_video_mode;
46
}
47
48
void Config::setDefaultVideoMode()
49
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected