IvJoyButtonWithMapping インターフェイス

DirectInputのマッピングの設定を使用してvJoyのボタンを操作します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public interface IvJoyButtonWithMapping : IMappingImplementation

IvJoyButtonWithMapping 型は下記のメンバーを公開します。

プロパティ
  名前説明
Public プロパティMapping
マッピングの設定
(IMappingImplementationから継承)
Public プロパティState
ボタンの状態を設定します。true は押した状態、falseは離した状態です。
トップ
メソッド
  名前説明
Public メソッドDown
押す
Public メソッドTap
押して離します。
Public メソッドUp
離す
トップ
関連項目