RadialControllerScreenContactEndedEventArgs
RadialControllerScreenContactEndedEventArgs
RadialControllerScreenContactEndedEventArgs
RadialControllerScreenContactEndedEventArgs
Class
Definition
Contains event data for the ScreenContactEnded 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 : sealed class RadialControllerScreenContactEndedEventArgs : IRadialControllerScreenContactEndedEventArgspublic sealed class RadialControllerScreenContactEndedEventArgs : IRadialControllerScreenContactEndedEventArgsPublic NotInheritable Class RadialControllerScreenContactEndedEventArgs Implements IRadialControllerScreenContactEndedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Properties
IsButtonPressed IsButtonPressed IsButtonPressed IsButtonPressed
Gets whether the wheel device is pressed.
public : PlatForm::Boolean IsButtonPressed { get; }public bool IsButtonPressed { get; }Public ReadOnly Property IsButtonPressed As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
true if pressed. Otherwise, false.
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.