InputMapper Module
Functions and values
| Function or value |
Description
|
|
|
Full Usage:
subscribe getMap toMsg ctx
Parameters:
unit -> InputMap<'Action>
toMsg : ActionState<'Action> -> 'Msg
ctx : GameContext
Returns: Sub<'Msg>
|
|
Full Usage:
subscribeStatic map toMsg ctx
Parameters:
InputMap<'Action>
toMsg : ActionState<'Action> -> 'Msg
ctx : GameContext
Returns: Sub<'Msg>
|
|
|
|
Mibo.Raylib