MCPcopy 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
135void ANumberPicker::decrease() {
136 changeBy(AInput::isKeyDown(AInput::LCONTROL) ? -10 : -1);
137}
138
139void ANumberPicker::changeBy(int64_t v) {
140 setValue(getValue() + v);

Callers 1

onKeyRepeatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected