|
@@ -12133,26 +12133,6 @@ return {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
enums = {
|
|
enums = {
|
|
- {
|
|
|
|
- name = "ControllerHand",
|
|
|
|
- description = "Represents which hand a Controller is thought to be held in.",
|
|
|
|
- key = "ControllerHand",
|
|
|
|
- module = "lovr.headset",
|
|
|
|
- values = {
|
|
|
|
- {
|
|
|
|
- name = "left",
|
|
|
|
- description = "The left hand."
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- name = "right",
|
|
|
|
- description = "The right hand."
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- name = "unknown",
|
|
|
|
- description = "Can not be determined."
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
name = "Device",
|
|
name = "Device",
|
|
description = "Different types of input devices supported by the `lovr.headset` module.",
|
|
description = "Different types of input devices supported by the `lovr.headset` module.",
|