Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ draw
Method
draw
examples/joystick/Joystick.cpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
sf::Text value;
19
20
void draw(sf::RenderWindow& window, const sf::RenderStates& states = sf::RenderStates::Default) const
21
{
22
window.draw(label, states);
23
window.draw(value, states);
24
}
25
};
26
27
[[nodiscard]] auto getStream()
Callers
2
draw
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected