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

ScrollHorizontally() public abstract method

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