KeyTrigger Constructor (Key, State)Delta Engine Documentation
Initializes a new instance of the KeyTrigger class

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

public KeyTrigger(
	Key key,
	State state = State.Pressing
)
See Also