KeyboardMessage Constructor ( Key )Delta Engine Documentation
Initializes a new instance of the KeyboardMessage class

Namespace: DeltaEngine.Input
Assembly: DeltaEngine.Input (in DeltaEngine.Input.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public KeyboardMessage(
	Key[] pressedKeys
)

Parameters

pressedKeys
Type:  DeltaEngine.Input Key 
See Also