Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MOUSE_WHEEL_PARAMETER enumeration (interactioncontext.h)

Specifies the manipulations that can be mapped to mouse wheel rotation.

Syntax

typedef enum MOUSE_WHEEL_PARAMETER {
 MOUSE_WHEEL_PARAMETER_CHAR_TRANSLATION_X = 0x00000001,
 MOUSE_WHEEL_PARAMETER_CHAR_TRANSLATION_Y = 0x00000002,
 MOUSE_WHEEL_PARAMETER_DELTA_SCALE = 0x00000003,
 MOUSE_WHEEL_PARAMETER_DELTA_ROTATION = 0x00000004,
 MOUSE_WHEEL_PARAMETER_PAGE_TRANSLATION_X = 0x00000005,
 MOUSE_WHEEL_PARAMETER_PAGE_TRANSLATION_Y = 0x00000006,
 MOUSE_WHEEL_PARAMETER_MAX = 0xffffffff
} ;

Constants

 
MOUSE_WHEEL_PARAMETER_CHAR_TRANSLATION_X
Value: 0x00000001
Scrolling/panning distance along the x-axis.
MOUSE_WHEEL_PARAMETER_CHAR_TRANSLATION_Y
Value: 0x00000002
Scrolling/panning distance along the y-axis.
MOUSE_WHEEL_PARAMETER_DELTA_SCALE
Value: 0x00000003
The relative change in scale, as a multiplier, since the last input message.
MOUSE_WHEEL_PARAMETER_DELTA_ROTATION
Value: 0x00000004
The relative change in rotation, in radians, since the last input message.
MOUSE_WHEEL_PARAMETER_PAGE_TRANSLATION_X
Value: 0x00000005
Paging distance along the x-axis.
MOUSE_WHEEL_PARAMETER_PAGE_TRANSLATION_Y
Value: 0x00000006
Paging distance along the y-axis.
MOUSE_WHEEL_PARAMETER_MAX
Value: 0xffffffff
Maximum number of interactions exceeded.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header interactioncontext.h

See also

GetMouseWheelParameterInteractionContext function

SetMouseWheelParameterInteractionContext function


Feedback

Was this page helpful?

Additional resources