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

Method GetRestrictedWorkingArea

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

Source from the content-addressed store, hash-verified

33
34 void SetRestrictedWorkingArea (bool value) { m_enabledRestrictedWorkingArea = value; }
35 bool GetRestrictedWorkingArea() const { return m_enabledRestrictedWorkingArea; }
36 void SetWorkingArea (float leftPercent, float rightPercent, float topPercent, float bottomPercent);
37
38 void SetWrapPointer (bool value) { m_enabledWrapPointer = value; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected