Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RadialControllerScreenContactStartedEventArgs Class

Definition

Namespace:
Windows.UI.Input

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.

Contains event data for the ScreenContactStarted event (fired only while a custom RadialController tool is active).

Your app does not receive this event when:

public ref class RadialControllerScreenContactStartedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RadialControllerScreenContactStartedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RadialControllerScreenContactStartedEventArgs
Public NotInheritable Class RadialControllerScreenContactStartedEventArgs
Inheritance
Object Platform::Object IInspectable RadialControllerScreenContactStartedEventArgs
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

Version history

Windows version SDK version Value added
1703 15063 IsButtonPressed
1703 15063 SimpleHapticsController

Properties

Name Description
Contact

Gets the location and bounding area of the wheel device on the digitizer surface, while a custom RadialController tool is active..

IsButtonPressed

Gets whether the wheel device is pressed.

SimpleHapticsController

Gets a reference to the SimpleHapticsController object associated with the RadialController.

Applies to

See also


Feedback

Was this page helpful?