AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AValueSmoother< T > Class Template Reference

Public Member Functions#

 AValueSmoother (const T &current, const T &smoothK=0.5) noexcept
 
nextValue (T value) noexcept
 
void setCurrent (T value) noexcept
 
getCurrent () noexcept
 
void setK (T k) noexcept
 
getK () noexcept
 
void reset () noexcept