Binarysharp.MemoryManagement.Windows.Mouse.BaseMouse.ScrollVertically C# (CSharp) Method

ScrollVertically() public abstract method

Scrolls vertically using the wheel of the mouse at the current cursor position.
public abstract ScrollVertically ( int delta = 120 ) : void
delta int The amount of wheel movement.
return void
        public abstract void ScrollVertically(int delta = 120);