KeyStateChangedEventArgs コンストラクター (IGlobals, Keys, Boolean, Boolean) |
名前空間:
KeyToKey.Plugins
アセンブリ:
KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文public KeyStateChangedEventArgs(
IGlobals g,
Keys Key,
bool IsPressed,
bool IsInjected = false
)
パラメーター
- g
- 型: KeyToKey.PluginsIGlobals
@this or @base - Key
- 型: KeyToKey.EnumsKeys
キー - IsPressed
- 型: SystemBoolean
押されているかどうか - IsInjected (Optional)
- 型: SystemBoolean
アプリによる入力かどうか
関連項目