MCPcopy 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
128void ADoubleNumberPicker::decrease() {
129 changeBy(AInput::isKeyDown(AInput::LCONTROL) ? -0.1 : -1);
130}
131
132void ADoubleNumberPicker::changeBy(double v) {
133 v += getValue();

Callers 1

onKeyRepeatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected