Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetVerticalAdjustment
Method
GetVerticalAdjustment
src/SFGUI/Viewport.cpp:170–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
Adjustment::Ptr Viewport::GetVerticalAdjustment() const {
171
return m_vertical_adjustment;
172
}
173
174
void Viewport::SetVerticalAdjustment( Adjustment::Ptr vertical_adjustment ) {
175
if( m_vertical_adjustment ) {
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected