| 66 | void SetRelFactorY (float fDy) { m_fDy= fDy; } |
| 67 | |
| 68 | void SetRelFactors (float fDx, float fDy) { SetRelFactorX (fDx); SetRelFactorY (fDy); } |
| 69 | void SetRelAcceleration2 (long delta0= 9999, float factor0= 1.0f, |
| 70 | long delta1= 9999, float factor1= 1.0f); |
| 71 |
nothing calls this directly
no outgoing calls
no test coverage detected