Browse Source

Merge pull request #12 from jminor/fix_dupe

Touchpad was listed twice in DeviceButton docs.
Bjorn 6 years ago
parent
commit
44e08788af
1 changed files with 0 additions and 4 deletions
  1. 0 4
      api/lovr/headset/DeviceButton.lua

+ 0 - 4
api/lovr/headset/DeviceButton.lua

@@ -25,10 +25,6 @@ return {
       name = 'menu',
       name = 'menu',
       description = 'The menu button.'
       description = 'The menu button.'
     },
     },
-    {
-      name = 'touchpad',
-      description = 'The button on the touchpad.'
-    },
     {
     {
       name = 'a',
       name = 'a',
       description = 'The A button.'
       description = 'The A button.'