Click or drag to resize
RenderAreaTouchManager Property

Gets the Open Inventor touch manager associated with the renderArea.

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

Return Value

Type: SoTouchManager

the touchManager

Remarks

This object is created automatically by RemoteViz.

In the OIV.RemoteViz.Rendering.ServiceSettings.RunModes.INDEPENDENT_SERVICE mode, this method returns null.

See Also