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
ITouchControlThe 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
booltrue
if called manually and not by the garbage collector.