Click or drag to resize

InputModuleUIRelease Method

Indicates whether controller input should cause a Menu UI release event

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

Return Value

Type: Boolean
True if a UI release should happen this frame, otherwise false
See Also