Browse Source

rm ControllerHand;

bjorn 6 years ago
parent
commit
e9bcb6002a
2 changed files with 0 additions and 37 deletions
  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 = {
-        {
-          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",
           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.'
-    }
-  }
-}