X-Git-Url: https://git.r.bdr.sh/rbdr/sumo/blobdiff_plain/7ade6f8d96825386bf2e89dea51f9297cbac8e9c..7741a3cc37662ab2ff9606bdaffc0317b79a8dd9:/lib/components/control_map.js diff --git a/lib/components/control_map.js b/lib/components/control_map.js index cb447d0..462ad8b 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 */ @@ -54,4 +54,4 @@ export default class ControlMapComponent extends Component { */ this.map = this.map || []; } -}; +}