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

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

public KeyMovementTrigger(
	Key key,
	State state,
	Vector2D movementDirection
)
See Also