次の方法で共有


RadialControllerScreenContactStartedEventArgs.IsButtonPressed プロパティ

定義

ホイール デバイスが押されているかどうかを取得します。

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

プロパティ値

Boolean

bool

押された場合は true。 それ以外の場合は、 falseです。

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象