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 : GamepadButton
map : InputMap<'Action>
Returns: InputMap<'Action>
|
|
Full Usage:
key action k map
Parameters:
'Action
k : KeyboardKey
map : InputMap<'Action>
Returns: InputMap<'Action>
|
|
|
Mibo.Raylib