MouseDevice.MouseWheelDelta Property

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

Syntax

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

Property value

Type: INT32

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

Requirements

Namespace: Windows.Devices.Input

Metadata: windows.winmd

See also

Reference

MouseDevice Class

MouseDevice Members

Windows.Devices.Input Namespace