#include <MovingSpeed.h>
◆ EventCfg() [1/2]
| KODI::UTILS::MOVING_SPEED::EventCfg::EventCfg |
( |
float | acceleration, |
|
|
float | maxVelocity, |
|
|
uint32_t | resetTimeout ) |
|
inline |
- Parameters
-
| acceleration | Acceleration in pixels per second (px/sec) |
| maxVelocity | Max movement speed, it depends from acceleration value, a suitable value could be (acceleration value)*3. Set 0 to disable it |
| resetTimeout | Resets acceleration speed if idle for specified millisecs |
◆ EventCfg() [2/2]
| KODI::UTILS::MOVING_SPEED::EventCfg::EventCfg |
( |
float | acceleration, |
|
|
float | maxVelocity, |
|
|
uint32_t | resetTimeout, |
|
|
float | delta ) |
|
inline |
- Parameters
-
| acceleration | Acceleration in pixels per second (px/sec) |
| maxVelocity | Max movement speed, it depends from acceleration value, a suitable value could be (acceleration value)*3. Set 0 to disable it |
| resetTimeout | Resets acceleration speed if idle for specified millisecs |
| delta | Specify the minimal increment step, and the result of distance value will be rounded by delta. Set 0 to disable it |
◆ operator==()
| bool KODI::UTILS::MOVING_SPEED::EventCfg::operator== |
( |
const EventCfg & | right | ) |
const |
|
inline |
◆ m_acceleration
| float KODI::UTILS::MOVING_SPEED::EventCfg::m_acceleration |
◆ m_delta
| float KODI::UTILS::MOVING_SPEED::EventCfg::m_delta {0} |
◆ m_maxVelocity
| float KODI::UTILS::MOVING_SPEED::EventCfg::m_maxVelocity |
◆ m_resetTimeout
| uint32_t KODI::UTILS::MOVING_SPEED::EventCfg::m_resetTimeout |
The documentation for this struct was generated from the following file: