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

Method SetWrapPointer

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

Source from the content-addressed store, hash-verified

36 void SetWorkingArea (float leftPercent, float rightPercent, float topPercent, float bottomPercent);
37
38 void SetWrapPointer (bool value) { m_enabledWrapPointer = value; }
39 bool GetWrapPointer() const { return m_enabledWrapPointer; }
40
41 float GetTopPercent () const { return m_topPercent; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected