MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetScrollDelta

Function GetScrollDelta

Libraries/TabbingFramework/CustomTabCtrl.h:2713–2716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2711 }
2712
2713 UINT GetScrollDelta(void)
2714 {
2715 return ((m_dwState & ectcScrollDeltaMask) >> ectcScrollDeltaShift);
2716 }
2717
2718 bool SetScrollRepeat(ScrollRepeat ectcNewScrollRepeat = ectcScrollRepeat_Normal)
2719 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected