InputSingleton.addJoyMapping

Adds a new mapping entry (in SDL2 format) to the mapping database. Optionally update already connected devices.

struct InputSingleton
@nogc nothrow
void
addJoyMapping
(
in String mapping
,
in bool update_existing = false
)

Meta