RadialControllerControlAcquiredEventArgs Class

Definition

Contains event data for the ControlAcquired event when a custom tool is selected from the RadialController menu, or when an app associated with the RadialController object is brought to the foreground (fired only while a custom RadialController tool is active).

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

Windows requirements

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

Contact

Gets the location and bounding area of the wheel device on the digitizer surface, while a custom 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