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/ADoubleNumberPicker.cpp:128–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
void ADoubleNumberPicker::decrease() {
129
changeBy(AInput::isKeyDown(AInput::LCONTROL) ? -0.1 : -1);
130
}
131
132
void ADoubleNumberPicker::changeBy(double v) {
133
v += getValue();
Callers
1
onKeyRepeat
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected