Click or drag to resize

InputModuleHandGrab Method

Indicates whether input on this controller has caused a grabbing state to be entered on the associated hand

Namespace:  ImmerseSDK.Controllers
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public abstract bool HandGrab()

Return Value

Type: Boolean
True if grab state should be entered on this frame, otherwise false
See Also