GestureRecognizer.ProcessMouseWheelEvent Method

Processes pointer input and raises the GestureRecognizer events appropriate to a mouse wheel action for the gestures and manipulations specified by the GestureSettings property.

Syntax

public:
void ProcessMouseWheelEvent(
         PointerPoint^ value,
         bool isShiftKeyDown,
         bool isControlKeyDown
)  

Parameters

value
Type: PointerPoint 

The input point.

isShiftKeyDown
Type: bool 

  True if the Shift key is pressed; otherwise false.

isControlKeyDown
Type: bool 

  True if the Ctrl key is pressed.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace