Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
420
sf::View Canvas::GetView() const {
421
if( !m_render_texture ) {
422
return sf::View();
423
}
424
425
return m_render_texture->getView();
426
}
427
428
void Canvas::Bind() {
429
auto allocation = GetAllocation();
Callers
nothing calls this directly
Calls
1
View
Class · 0.85
Tested by
no test coverage detected