Home
last modified time | relevance | path

Searched refs:iWheelCarryoverY (Results 1 – 3 of 3) sorted by relevance

/reactos/base/applications/clipbrd/
H A Dscrollutils.h15 INT iWheelCarryoverY; member
H A Dscrollutils.c78 zDelta += state->iWheelCarryoverY; in OnMouseScroll()
79 state->iWheelCarryoverY = zDelta % WHEEL_DELTA; in OnMouseScroll()
H A Dclipbrd.c129 Scrollstate.iWheelCarryoverX = Scrollstate.iWheelCarryoverY = 0; in SetDisplayFormat()