libretro.drivers.inputΒΆ

Driver protocols and implementations for input devices.

See also

libretro.api.input

The matching ctypes types, device identifiers, and callback definitions.

Modules

driver

Protocol definition for input drivers.

iterable

InputDriver implementation that replays an iterable of input states.