TouchMessage Constructor Delta Engine Documentation
Initializes a new instance of the TouchMessage class

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

public TouchMessage(
	Vector2D[] positions,
	bool[] pressedTouches
)

Parameters

positions
Type:  DeltaEngine.Datatypes Vector2D 
pressedTouches
Type:  System Boolean 
See Also