MCPcopy Create free account
hub / github.com/cmauri/eviacam / SetRelFactors

Method SetRelFactors

wxutil/mousecontrol.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected