Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.62 KB

radialcontroller_screencontactstarted.md

File metadata and controls

32 lines (20 loc) · 1.62 KB
-api-id -api-type
E:Windows.UI.Input.RadialController.ScreenContactStarted
winrt event

Windows.UI.Input.RadialController.ScreenContactStarted

-description

Occurs when initial contact is detected between a wheel device and the digitizer surface, and a custom RadialController tool is active.

Your app does not receive this event when:

Tip

In addition to the default press and hold menu experience, the Surface Dial can also be placed directly on the screen of the Surface Studio. This enables a special "on-screen" menu.

By detecting both the contact location and bounds of the Surface Dial, the system can handle occlusion by the device and display a larger version of the menu that wraps around the outside of the Dial. This same info can also be used by your app to adapt the UI for both the presence of the device and its anticipated usage, such as the placement of the user's hand and arm.

-remarks

-examples

-see-also

ScreenContactContinued, ScreenContactEnded, Surface Dial interactions, Universal Windows Platform samples (C# and C++), Windows desktop sample