RadialControllerRotationChangedEventArgs.IsButtonPressed Property
Definition
Gets whether the wheel device is pressed.
public:
property bool IsButtonPressed { bool get(); };
bool IsButtonPressed();
public bool IsButtonPressed { get; }
var boolean = radialControllerRotationChangedEventArgs.isButtonPressed;
Public ReadOnly Property IsButtonPressed As Boolean
Property Value
true if pressed. Otherwise, false.
Windows 10 requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|