Gamepad Module
Functions and values
| Function or value |
Description
|
Full Usage:
listen handler ctx
Parameters:
GamepadDelta -> 'Msg
ctx : GameContext
Returns: Sub<'Msg>
|
|
Full Usage:
listenPlayer player handler ctx
Parameters:
int
handler : GamepadDelta -> 'Msg
ctx : GameContext
Returns: Sub<'Msg>
|
|
Full Usage:
onConnected handler ctx
Parameters:
int -> 'Msg
ctx : GameContext
Returns: Sub<'Msg>
|
|
Full Usage:
onConnectionChange handler ctx
Parameters:
GamepadConnection -> 'Msg
ctx : GameContext
Returns: Sub<'Msg>
|
|
Full Usage:
onDisconnected handler ctx
Parameters:
int -> 'Msg
ctx : GameContext
Returns: Sub<'Msg>
|
|
Mibo.Raylib