RadialControllerScreenContactEndedEventArgs.IsButtonPressed Property

Definition

Gets whether the wheel device is pressed.

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

Property Value

Boolean

bool

true if pressed. Otherwise, false.

Applies to