Click or drag to resize
RenderAreaTouchManager Property

Gets the Touch Manager of the renderArea.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoTouchManager TouchManager { get; }

Return Value

Type: SoTouchManager

a pointer to the sceneManager

Remarks

In the ServiceSettings.INDEPENDENT_SERVICE mode, this method returns NULL.

See Also