Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolygonTek/BlueshiftEngine
/ GetBool
Method
GetBool
Source/ThirdParty/imgui/imgui.cpp:1899–1902 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1897
}
1898
1899
bool ImGuiStorage::GetBool(ImGuiID key, bool default_val) const
1900
{
1901
return GetInt(key, default_val ? 1 : 0) != 0;
1902
}
1903
1904
float ImGuiStorage::GetFloat(ImGuiID key, float default_val) const
1905
{
Callers
1
InitInstance
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected