IXInputSetVibration メソッド

XInputコントローラーのバイブレーション設定を行います。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
void SetVibration(
	int userIndex,
	ushort leftMotorSpeed,
	ushort rightMotorSpeed
)

パラメーター

userIndex
型: SystemInt32
デバイス番号
leftMotorSpeed
型: SystemUInt16
左のモーター
rightMotorSpeed
型: SystemUInt16
右のモーター
関連項目