You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to implement a two-finger tap gesture for showing the context menu. The context menu appears in touch and hold by default in touch monitors. In order to create customized actions, how can we recognize and track multiple touch points? Or is there an event that can be used to identify multiple finger touches?
Any assistance is much valued.
Thank you.
NuGet package version
Windows App SDK 1.5.240802000
Packaging type
Unpackaged
Windows version
Windows 10 version 22H2 (19045, 2022 Update)
IDE
Visual Studio 2022
The text was updated successfully, but these errors were encountered:
Using the pointer pressed and released events, I can track the number of touch points. However, another issue arises: how can we differentiate between a hold and a tap? According to the MSDN documentation, there is a time threshold that distinguishes a hold from a tap, but the exact value of this threshold is not specified. Could anyone provide the value of this threshold or share any relevant documentation? Any help would be greatly appreciated.
We are trying to implement a two-finger tap gesture for showing the context menu. The context menu appears in touch and hold by default in touch monitors. In order to create customized actions, how can we recognize and track multiple touch points? Or is there an event that can be used to identify multiple finger touches?
Any assistance is much valued.
Thank you.
NuGet package version
Windows App SDK 1.5.240802000
Packaging type
Unpackaged
Windows version
Windows 10 version 22H2 (19045, 2022 Update)
IDE
Visual Studio 2022
The text was updated successfully, but these errors were encountered: