MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Display

Method Display

src/SFGUI/SFGUI.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void SFGUI::Display( sf::Window& target ) {
28 Renderer::Get().Display( target );
29}
30
31void SFGUI::Display( sf::RenderWindow& target ) {
32 Renderer::Get().Display( target );

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
RunMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

RunMethod · 0.36