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