InputMap Module
Functions for building InputMap configurations.
Functions and values
| Function or value |
Description
|
|
|
|
|
Full Usage:
gamepadButton action player btn map
Parameters:
'Action
player : int
btn : GamepadButtonCode
map : InputMap<'Action>
Returns: InputMap<'Action>
|
|
|
|
|
|
Full Usage:
mouse action btn map
Parameters:
'Action
btn : MouseButtonCode
map : InputMap<'Action>
Returns: InputMap<'Action>
|
|
Mibo