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

Method GetView

src/SFGUI/Canvas.cpp:420–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420sf::View Canvas::GetView() const {
421 if( !m_render_texture ) {
422 return sf::View();
423 }
424
425 return m_render_texture->getView();
426}
427
428void Canvas::Bind() {
429 auto allocation = GetAllocation();

Callers

nothing calls this directly

Calls 1

ViewClass · 0.85

Tested by

no test coverage detected