Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aui-framework/aui
/ decrease
Method
decrease
aui.views/src/AUI/View/ANumberPicker.cpp:135–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void ANumberPicker::decrease() {
136
changeBy(AInput::isKeyDown(AInput::LCONTROL) ? -10 : -1);
137
}
138
139
void ANumberPicker::changeBy(int64_t v) {
140
setValue(getValue() + v);
Callers
1
onKeyRepeat
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected