Table of Contents

Class TouchInputProvider

Namespace
OmegaEngine.Input
Assembly
OmegaEngine.dll

Processes touch events into higher-level navigational commands.

public class TouchInputProvider : InputProvider, IDisposable
Inheritance
TouchInputProvider
Implements
Inherited Members
Extension Methods

Remarks

Complex manipulations with combined panning, rotating and zooming are possible.

Constructors

TouchInputProvider(ITouchControl)

Starts monitoring and processing Touch events received by a specific control.

public TouchInputProvider(ITouchControl control)

Parameters

control ITouchControl

The control receiving the touch events.

Methods

Dispose(bool)

To be called by Dispose() and the object destructor.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if called manually and not by the garbage collector.