Namespace: DeltaEngine.InputAssembly: DeltaEngine.Input (in DeltaEngine.Input.dll) Version: 1.1.1.0 (1.1.1)
public KeyMovementTrigger(
Key key,
State state,
Vector2D movementDirection
)
public KeyMovementTrigger(
Key key,
State state,
Vector2D movementDirection
)
Public Sub New (
key As Key,
state As State,
movementDirection As Vector2D
)
Public Sub New (
key As Key,
state As State,
movementDirection As Vector2D
)
public:
KeyMovementTrigger(
Key key,
State state,
Vector2D movementDirection
)
public:
KeyMovementTrigger(
Key key,
State state,
Vector2D movementDirection
)
new :
key : Key *
state : State *
movementDirection : Vector2D -> KeyMovementTrigger
new :
key : Key *
state : State *
movementDirection : Vector2D -> KeyMovementTrigger