GestureRecognizer.ProcessMouseWheelEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes pointer input and raises the GestureRecognizer events appropriate to a mouse wheel action for the gestures and manipulations specified by the GestureSettings property.
public:
virtual void ProcessMouseWheelEvent(PointerPoint ^ value, bool isShiftKeyDown, bool isControlKeyDown) = ProcessMouseWheelEvent;
void ProcessMouseWheelEvent(PointerPoint const& value, bool const& isShiftKeyDown, bool const& isControlKeyDown);
public void ProcessMouseWheelEvent(PointerPoint value, bool isShiftKeyDown, bool isControlKeyDown);
function processMouseWheelEvent(value, isShiftKeyDown, isControlKeyDown)
Public Sub ProcessMouseWheelEvent (value As PointerPoint, isShiftKeyDown As Boolean, isControlKeyDown As Boolean)
Parameters
- value
- PointerPoint
The input point.
- isShiftKeyDown
-
Boolean
bool
True if the Shift key is pressed; otherwise false.
- isControlKeyDown
-
Boolean
bool
True if the Ctrl key is pressed.
Applies to
See also
- Input and interactions
- User interaction mode sample
- Focus visuals sample
- Input: Device capabilities sample
- Input: Simplified ink sample
- Input: Windows 8 gestures sample
- Input: XAML user input events sample
- XAML scrolling, panning, and zooming sample
- DirectX touch input sample
- Input: Manipulations and gestures (C++) sample
- Input: Touch hit testing sample
- Input source identification sample
- Touch injection sample
- Win32 touch hit-testing sample