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

Method HandleViewportUpdate

src/SFGUI/Widget.cpp:848–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846}
847
848void Widget::HandleViewportUpdate() {
849 if( m_drawable ) {
850 m_drawable->SetViewport( m_viewport );
851 }
852}
853
854void Widget::SetActiveWidget() {
855 SetActiveWidget( shared_from_this() );

Callers

nothing calls this directly

Calls 1

SetViewportMethod · 0.45

Tested by

no test coverage detected