IVirtualXInputSetStickValue メソッド (Int32, Boolean, Int32, Boolean, Int16) |
角度と半径からスティックの値を設定します。
名前空間:
KeyToKey.Plugins
アセンブリ:
KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文void SetStickValue(
int userIndex,
bool isLeftStick,
int angle,
bool isClockwise = true,
short radius = 32767
)
パラメーター
- userIndex
- 型: SystemInt32
仮想XInputのデバイス番号 - isLeftStick
- 型: SystemBoolean
左スティックかどうか - angle
- 型: SystemInt32
角度 - isClockwise (Optional)
- 型: SystemBoolean
角度が右回りかどうか - radius (Optional)
- 型: SystemInt16
半径(最大最大32767)
関連項目