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

Method drawCursor

examples/text/Text.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 void drawCursor(sf::RenderTarget& target) const
115 {
116 target.draw(cursor, text.getTransform());
117 }
118
119 void drawText(sf::RenderTarget& target) const
120 {

Callers 1

mainFunction · 0.80

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected