Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ Decrement
Method
Decrement
src/SFGUI/Adjustment.cpp:125–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void Adjustment::Decrement() {
126
SetValue( GetValue() - GetMinorStep() );
127
}
128
129
void Adjustment::IncrementPage() {
130
SetValue( GetValue() + GetMajorStep() );
Callers
6
HandleMouseButtonEvent
Method · 0.80
HandleUpdate
Method · 0.80
HandleMouseButtonEvent
Method · 0.80
HandleMouseMoveEvent
Method · 0.80
HandleUpdate
Method · 0.80
HandleMouseMoveEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected