InputController
InputController
Kind: global class
- InputController
- new InputController([bindings])
- instance
- .bind(path, action) ⇒
InputBinding
- .bind(path, action) ⇒
- static
new InputController([bindings])
Param | Type |
---|---|
[bindings] | Array |
inputController.bind(path, action) ⇒ InputBinding
Kind: instance method of InputController
Param | Type |
---|---|
path | string |
action | function |
InputController.from(bindings)
Kind: static method of InputController
Param | Type |
---|---|
bindings | Array |