Click or drag to resize

InputModuleGesturePoint Method

Indicates whether a pointing gesture should be entered on the hand associated with this controller

Namespace:  ImmerseSDK.Controllers
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public abstract bool GesturePoint(
	bool buttonHeld = false
)

Parameters

buttonHeld (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
True if the pointing gesture should enter on this frame, otherwise false
See Also