| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected