Reimplemented from OglGui::UpDownButtonListener. Definition at line 87 of file UpDownNumber.h. References ChangeValue(), and mIncrement. 00088 { 00089 ChangeValue(isUpBtn ? mIncrement : -mIncrement); 00090 }
Here is the call graph for this function:
|