aboutsummaryrefslogtreecommitdiff
path: root/lib/components/control_map.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/components/control_map.js')
-rw-r--r--lib/components/control_map.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/components/control_map.js b/lib/components/control_map.js
index cb447d0..4edf318 100644
--- a/lib/components/control_map.js
+++ b/lib/components/control_map.js
@@ -16,8 +16,8 @@ import { Component } from '@serpentity/serpentity';
* @typedef tControlSource
* @type object
*
- * @property {string} type type of input, can be keyboard or gamepad (only keyboard supported atm)
- * @property {number} gamepadNumber the number of gamepad to use (unsupported)
+ * @property {string} type type of input, can be keyboard or gamepad
+ * @property {number} gamepadNumber the number of gamepad to use
* @property {string} gamepadInputSource either axes or buttons
* @property {number} index the input index or keycode
*/