RadialControllerButtonClickedEventArgs Class

Definition

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

Your app does not receive this event when:

Note

When a time threshold is crossed, click becomes a press and hold action. In this case, the integrated menu of contextual app commands associated with the wheel device is displayed, and subsequent rotate and click events are processed by the menu.

public ref class RadialControllerButtonClickedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RadialControllerButtonClickedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RadialControllerButtonClickedEventArgs
Public NotInheritable Class RadialControllerButtonClickedEventArgs
Inheritance
Object Platform::Object IInspectable RadialControllerButtonClickedEventArgs
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 SimpleHapticsController

Properties

Contact

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

SimpleHapticsController

Gets a single haptic input device that can be used to enumerate the haptic waveforms supported by the associated RadialController and trigger a specific haptic response.

Applies to

See also