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