|
@@ -2,8 +2,9 @@ return {
|
|
|
tag = 'headset-misc',
|
|
|
summary = 'Starts the headset session.',
|
|
|
description = [[
|
|
|
- Starts the headset session. This must be called after the graphics module is initialized, and
|
|
|
- can only be called once. Normally it is called automatically by `boot.lua`.
|
|
|
+ Starts the headset session. This must be called after the graphics module is initialized.
|
|
|
+ Normally it is called automatically by `boot.lua`, but this can be disabled by setting
|
|
|
+ `t.headset.start` to false in `lovr.conf`.
|
|
|
]],
|
|
|
arguments = {},
|
|
|
returns = {},
|
|
@@ -12,5 +13,9 @@ return {
|
|
|
arguments = {},
|
|
|
returns = {}
|
|
|
}
|
|
|
+ },
|
|
|
+ related = {
|
|
|
+ 'lovr.headset.stop',
|
|
|
+ 'lovr.headset.isActive'
|
|
|
}
|
|
|
}
|