InputMap Module
Functions for building InputMap configurations.
Functions and values
| Function or value |
Description
|
|
|
An empty input map with no bindings.
|
|
Full Usage:
gamepadButton action player btn map
Parameters:
'Action
player : PlayerIndex
btn : Buttons
map : InputMap<'Action>
Returns: InputMap<'Action>
|
Binds a gamepad button for a specific player to an action.
|
|
|
|
Mibo