|
AUI Framework
master
Cross-platform base for C++ UI apps
|
Public Member Functions# | |
| AValueSmoother (const T ¤t, const T &smoothK=0.5) noexcept | |
| T | nextValue (T value) noexcept |
| void | setCurrent (T value) noexcept |
| T | getCurrent () noexcept |
| void | setK (T k) noexcept |
| T | getK () noexcept |
| void | reset () noexcept |