Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ Increment
Method
Increment
src/SFGUI/Adjustment.cpp:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void Adjustment::Increment() {
122
SetValue( GetValue() + GetMinorStep() );
123
}
124
125
void Adjustment::Decrement() {
126
SetValue( GetValue() - GetMinorStep() );
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