MouseWheelDelta Structure

Contains the relative position of the mouse wheel and indicates whether the wheel is horizontal.

Syntax

typedef struct _MouseWheelDelta {
    int32 Delta;
    bool IsHorizontal;
} MouseWheelDelta, *LPMouseWheelDelta;  

Members

Delta
The relative position of the mouse wheel.

IsHorizontal
Contains true if the mouse wheel is horizontal; false if it is vertical.

Requirements

Namespace: Windows.Devices.Input

Metadata: windows.winmd

See also

Reference

Windows.Devices.Input Namespace