MouseHoldTrigger Constructor (Rectangle, Single, MouseButton)Delta Engine Documentation
Initializes a new instance of the MouseHoldTrigger class

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

public MouseHoldTrigger(
	Rectangle holdArea,
	float holdTime = 0.5f,
	MouseButton button = MouseButton.Left
)
See Also