RadialControllerRotationChangedEventArgs Class
Definition
Contains event data for the RotationChanged event (fired only while a custom RadialController tool is active).
Your app does not receive this event when:
- The RadialController menu is active
- A built-in tool is active
public ref class RadialControllerRotationChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.DualApiPartition(version=167772162)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RadialControllerRotationChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.DualApiPartition(version=167772162)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RadialControllerRotationChangedEventArgs
Public NotInheritable Class RadialControllerRotationChangedEventArgs
- Inheritance
-
RadialControllerRotationChangedEventArgs
- Attributes
Windows 10 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 RadialController tool is active. |
IsButtonPressed |
Gets whether the wheel device is pressed. |
RotationDeltaInDegrees |
The rotational change of the wheel device, while a custom RadialController tool is active. |
SimpleHapticsController |
Gets a reference to the SimpleHapticsController object associated with the RadialController. |