lovr.headset.isMounted
EditReturns whether the headset is mounted. Usually this uses a proximity sensor on the headset to detect whether someone is wearing the headset.
mounted = lovr.headset.isMounted()
Arguments
None
Returns
Name | Type | Description |
mounted | boolean | Whether the headset is mounted. |