lovr.mount
EditThe lovr.mount
callback is called when the headset is put on or taken off.
function lovr.mount(mounted)
-- your code here
end
Arguments
Name | Type | Description |
mounted | boolean | Whether the headset is mounted. |
Returns
Nothing
The lovr.mount
callback is called when the headset is put on or taken off.
function lovr.mount(mounted)
-- your code here
end
Name | Type | Description |
mounted | boolean | Whether the headset is mounted. |
Nothing