IGlobalsIsPressed メソッド (ControllerButtons)

コントローラーのボタンが押されているかどうかを取得します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
bool IsPressed(
	ControllerButtons button
)

パラメーター

button
型: KeyToKey.EnumsControllerButtons
コントローラーのボタン

戻り値

型: Boolean
押されていたらTrue、離されていたらFalseを返します。
関連項目