RadialControllerButtonClickedEventArgs
RadialControllerButtonClickedEventArgs
RadialControllerButtonClickedEventArgs
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:
- The RadialController menu is active
- A built-in tool is active
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 : sealed class RadialControllerButtonClickedEventArgs : IRadialControllerButtonClickedEventArgs, IRadialControllerButtonClickedEventArgs2public sealed class RadialControllerButtonClickedEventArgs : IRadialControllerButtonClickedEventArgs, IRadialControllerButtonClickedEventArgs2Public NotInheritable Class RadialControllerButtonClickedEventArgs Implements IRadialControllerButtonClickedEventArgs, IRadialControllerButtonClickedEventArgs2// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
Contact Contact Contact Contact
Gets the location and bounding area of the wheel device on the digitizer surface, while a custom tool is active.
public : RadialControllerScreenContact Contact { get; }public RadialControllerScreenContact Contact { get; }Public ReadOnly Property Contact As RadialControllerScreenContact// You can use this property in JavaScript.
- Value
- RadialControllerScreenContact RadialControllerScreenContact RadialControllerScreenContact RadialControllerScreenContact
The location and bounding area, in device-independent pixel (DIP), of the wheel device on the digitizer surface.
null, if contact is not detected.
- See Also
SimpleHapticsController SimpleHapticsController SimpleHapticsController SimpleHapticsController
Gets a reference to the SimpleHapticsController object associated with the RadialController.
public : SimpleHapticsController SimpleHapticsController { get; }public SimpleHapticsController SimpleHapticsController { get; }Public ReadOnly Property SimpleHapticsController As SimpleHapticsController// You can use this property in JavaScript.
- Value
- SimpleHapticsController SimpleHapticsController SimpleHapticsController SimpleHapticsController
The SimpleHapticsController object associated with the RadialController.
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|