Browse Source

Tag getHands;

bjorn 6 years ago
parent
commit
85410c74c3
2 changed files with 2 additions and 0 deletions
  1. 1 0
      api/init.lua
  2. 1 0
      api/lovr/headset/getHands.lua

+ 1 - 0
api/init.lua

@@ -13408,6 +13408,7 @@ return {
         },
         {
           name = "getHands",
+          tag = "input",
           summary = "Get a list of currently tracked hand devices.",
           description = "Returns a table with all of the currently tracked hand devices.",
           key = "lovr.headset.getHands",

+ 1 - 0
api/lovr/headset/getHands.lua

@@ -1,4 +1,5 @@
 return {
+  tag = 'input',
   summary = 'Get a list of currently tracked hand devices.',
   description = 'Returns a table with all of the currently tracked hand devices.',
   arguments = {},