libretro.api.input¶
Input device definitions, state representations, and callbacks.
See also
InputDriverThe
Protocolthat uses these types to implement input support in libretro.py.libretro.drivers.inputlibretro.py’s included
InputDriverimplementations.
Modules
Analog axis input state. |
|
Input device definitions and state callbacks. |
|
Joypad (RetroPad) button input types. |
|
Keyboard key codes, modifier flags, and input types. |
|
Light gun input types, button and axis IDs. |
|
Mouse input types, buttons, and axis IDs. |
|
Pointer (touch/pen) input types and multi-touch state. |