Initializes a new instance of the KeyboardState class

Namespace: VVVV.Utils.IO
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public KeyboardState(
	IEnumerable<Keys> keys,
	bool capsLock,
	int time
)

Parameters

keys
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Keys>)>)>

[Missing <param name="keys"/> documentation for "M:VVVV.Utils.IO.KeyboardState.#ctor(System.Collections.Generic.IEnumerable{System.Windows.Forms.Keys},System.Boolean,System.Int32)"]

capsLock
Type: System..::..Boolean

[Missing <param name="capsLock"/> documentation for "M:VVVV.Utils.IO.KeyboardState.#ctor(System.Collections.Generic.IEnumerable{System.Windows.Forms.Keys},System.Boolean,System.Int32)"]

time
Type: System..::..Int32

[Missing <param name="time"/> documentation for "M:VVVV.Utils.IO.KeyboardState.#ctor(System.Collections.Generic.IEnumerable{System.Windows.Forms.Keys},System.Boolean,System.Int32)"]

See Also