IVirtualXInputStickSetValue メソッド

スティックの値を設定します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
void SetValue(
	double horizontal = 0,
	double vertical = 0
)

パラメーター

horizontal (Optional)
型: SystemDouble
[左]-1.0~1.0[右]
vertical (Optional)
型: SystemDouble
[上]-1.0~1.0[下]
関連項目