Click or drag to resize

InputModuleIsControllerPresent Method

Checks if a controller is connected, switched on and active for this hand. The controller is considered present if it has changed position or rotation since the last call to this method.

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

Return Value

Type: Boolean
True if controller present, otherwise false
See Also