MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / Text

Function Text

src/gui2/globals.h:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace ImGui
13{
14 static inline void Text(std::string text)
15 {
16 ImGui::Text("%s", text.c_str());
17 }
18}
19
20enum class DiskActivityType

Callers 5

drawCylinderRuleFunction · 0.85
drawPhysicalMapFunction · 0.85
drawLogicalMapFunction · 0.85
drawContentMethod · 0.85
devicePropertiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected