| 2711 | } |
| 2712 | |
| 2713 | UINT GetScrollDelta(void) |
| 2714 | { |
| 2715 | return ((m_dwState & ectcScrollDeltaMask) >> ectcScrollDeltaShift); |
| 2716 | } |
| 2717 | |
| 2718 | bool SetScrollRepeat(ScrollRepeat ectcNewScrollRepeat = ectcScrollRepeat_Normal) |
| 2719 | { |
nothing calls this directly
no outgoing calls
no test coverage detected