MCPcopy Create free account
hub / github.com/SFML/SFML / resourcesDir

Function resourcesDir

examples/text/Text.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace
19{
20std::filesystem::path resourcesDir()
21{
22#ifdef SFML_SYSTEM_IOS
23 return "";
24#else
25 return "resources";
26#endif
27}
28constexpr auto windowWidth = 1200u;
29constexpr auto textSize = 23u;
30constexpr auto textSpacing = 5.0f;

Callers 2

DemoTextMethod · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected