KeyStateChangedEventArgs コンストラクター (Keys, Boolean, Boolean)

KeyStateChangedEventArgsクラスの新しいインスタンスを初期化します

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public KeyStateChangedEventArgs(
	Keys Key,
	bool IsPressed,
	bool IsInjected = false
)

パラメーター

Key
型: KeyToKey.EnumsKeys
キー
IsPressed
型: SystemBoolean
押されているかどうか
IsInjected (Optional)
型: SystemBoolean
アプリによる入力かどうか
関連項目