| ScriptedInputModuleIsControllerPresent 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.7.0.0 (3.7.0.0)
Syntax public override bool IsControllerPresent()
Return Value
Type:
BooleanTrue if controller present, otherwise false
See Also