RadialControllerScreenContactStartedEventArgs.IsButtonPressed Property

Definition

Gets whether the wheel device is pressed.

public:
 property bool IsButtonPressed { bool get(); };
bool IsButtonPressed();
public bool IsButtonPressed { get; }
var boolean = radialControllerScreenContactStartedEventArgs.isButtonPressed;
Public ReadOnly Property IsButtonPressed As Boolean

Property Value

Boolean

bool

true if pressed. Otherwise, false.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to