KeyInputEventArgs コンストラクター

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

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public KeyInputEventArgs(
	Keys key,
	bool isPressed,
	bool isInjected
)

パラメーター

key
型: KeyToKey.EnumsKeys

["M:KeyToKey.Plugins.KeyInputEventArgs.#ctor(KeyToKey.Enums.Keys,System.Boolean,System.Boolean)"に対する<param name="key"/>がありません

isPressed
型: SystemBoolean

["M:KeyToKey.Plugins.KeyInputEventArgs.#ctor(KeyToKey.Enums.Keys,System.Boolean,System.Boolean)"に対する<param name="isPressed"/>がありません

isInjected
型: SystemBoolean

["M:KeyToKey.Plugins.KeyInputEventArgs.#ctor(KeyToKey.Enums.Keys,System.Boolean,System.Boolean)"に対する<param name="isInjected"/>がありません

関連項目