Header menu logo Mibo.Raylib

InputMap Module

Functions for building InputMap configurations.

Functions and values

Function or value Description

bind action trigger map

Full Usage: bind action trigger map

Parameters:
Returns: InputMap<'Action>
action : 'Action
trigger : Trigger
map : InputMap<'Action>
Returns: InputMap<'Action>

empty

Full Usage: empty

Returns: InputMap<'a>
Returns: InputMap<'a>

gamepadButton action player btn map

Full Usage: gamepadButton action player btn map

Parameters:
Returns: InputMap<'Action>
action : 'Action
player : int
btn : GamepadButton
map : InputMap<'Action>
Returns: InputMap<'Action>

key action k map

Full Usage: key action k map

Parameters:
Returns: InputMap<'Action>
action : 'Action
k : KeyboardKey
map : InputMap<'Action>
Returns: InputMap<'Action>

mouse action btn map

Full Usage: mouse action btn map

Parameters:
    action : 'Action
    btn : int
    map : InputMap<'Action>

Returns: InputMap<'Action>
action : 'Action
btn : int
map : InputMap<'Action>
Returns: InputMap<'Action>

Type something to start searching.