| 2716 | } |
| 2717 | |
| 2718 | bool SetScrollRepeat(ScrollRepeat ectcNewScrollRepeat = ectcScrollRepeat_Normal) |
| 2719 | { |
| 2720 | m_dwState &= ~ectcScrollRepeat; |
| 2721 | m_dwState |= (ectcNewScrollRepeat & ectcScrollRepeat); |
| 2722 | |
| 2723 | return true; |
| 2724 | } |
| 2725 | |
| 2726 | ScrollRepeat GetScrollRepeat(void) |
| 2727 | { |
nothing calls this directly
no outgoing calls
no test coverage detected