| 180 | } |
| 181 | |
| 182 | float CPointerAction::GetSpeedFactor(unsigned int speed) const |
| 183 | { |
| 184 | return (float) pow (2.718281828459045235, speed / 6.0); |
| 185 | } |
| 186 | |
| 187 | void CPointerAction::SetAcceleration(unsigned int acceleration) |
| 188 | { |
nothing calls this directly
no outgoing calls
no test coverage detected