Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 4.61 KB

File metadata and controls

30 lines (19 loc) · 4.61 KB
-api-id -api-type
E:Windows.UI.Input.GestureRecognizer.ManipulationInertiaStarting
winrt event

Windows.UI.Input.GestureRecognizer.ManipulationInertiaStarting

-description

Occurs when all contact points are lifted during a manipulation and the velocity of the manipulation is significant enough to initiate inertia behavior (translation, expansion, or rotation continue after the input pointers are lifted).

-remarks

Inertia is the tendency of an object to resist any change in its state of rest or its velocity.

This event is raised before inertia processing.

Inertia behavior for this manipulation can be customized in the handler for this event. For example, inertia can be set to end after a specific distance or UI is displayed.

Note

These settings cannot be customized after the event.

-examples

-see-also

ManipulationInertiaStartingEventArgs, Touch interactions - Manipulation events, 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