Browse Source

Clarify multidimensional axis range;

bjorn 5 years ago
parent
commit
452d4fe371
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api/lovr/headset/getAxis.lua

+ 2 - 2
api/lovr/headset/getAxis.lua

@@ -30,8 +30,8 @@ return {
     }
   },
   notes = [[
-    The axis values will be between 0 and 1 for 1D axes, and between -1 and 1 for multidimensional
-    axes.
+    The axis values will be between 0 and 1 for 1D axes, and between -1 and 1 for each component of
+    a multidimensional axis.
   ]],
   related = {
     'DeviceAxis',