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

Method GetWrapPointer

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

Source from the content-addressed store, hash-verified

37
38 void SetWrapPointer (bool value) { m_enabledWrapPointer = value; }
39 bool GetWrapPointer() const { return m_enabledWrapPointer; }
40
41 float GetTopPercent () const { return m_topPercent; }
42 void SetTopPercent (float topPercent) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected