MouseDevice.HorizontalMouseWheelDelta Property

Gets the accumulated horizontal wheel position relative to its location when the game started.

Syntax

public:
property INT32 HorizontalMouseWheelDelta {
         INT32 get ();
}  

Property value

Type: INT32 

Current position relative to the location when the game started. A positive value indicates rightward scroll; a negative value indicates leftward scroll.

Requirements

Namespace: Windows.Devices.Input

Metadata: windows.winmd

See also

Reference

MouseDevice Class

MouseDevice Members

Windows.Devices.Input Namespace