bjorn 6 лет назад
Родитель
Сommit
e9bcb6002a
2 измененных файлов с 0 добавлено и 37 удалено
  1. 0 20
      api/init.lua
  2. 0 17
      api/lovr/headset/ControllerHand.lua

+ 0 - 20
api/init.lua

@@ -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.",

+ 0 - 17
api/lovr/headset/ControllerHand.lua

@@ -1,17 +0,0 @@
-return {
-  description = 'Represents which hand a Controller is thought to be held in.',
-  values = {
-    {
-      name = 'left',
-      description = 'The left hand.'
-    },
-    {
-      name = 'right',
-      description = 'The right hand.'
-    },
-    {
-      name = 'unknown',
-      description = 'Can not be determined.'
-    }
-  }
-}