Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.1 KB

icorewindow_pointerpressed.md

File metadata and controls

24 lines (16 loc) · 1.1 KB
-api-id -api-type
E:Windows.UI.Core.ICoreWindow.PointerPressed
winrt event

Windows.UI.Core.ICoreWindow.PointerPressed

-description

Occurs when a mouse button is clicked, or the digitizer surface has been touched by a finger or pen, within the bounding rectangle of the app.

An interaction session starts when a single contact is detected and ends when that contact, and all subsequent contacts in the same session, are no longer detected.

This event is fired for the first contact detected in the interaction session. Details for all other concurrent contact pointers are exposed through a PointerPointProperties object (obtained by getting the Properties property from a PointerPoint object).

-remarks

-examples

-see-also

Handle pointer input