mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
![]() This change adds id() property to input_device, which represents the unique device id. This allows the osd layer when creating a device to pass a friendly display name along with a unique identifier. Currently the device id is only used to map a physical controller device to controller id, but can be used more generally in the future. For raw input devices, we use the full raw input name as the device id. For all other devices, we fall back to device name as the device id. The "uniqueness" of the device id is not currently enforced in code. |
||
---|---|---|
.. | ||
man | ||
source | ||
swlist | ||
themes/sphinx_rtd_theme | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
update.sh |
MAME Documentation
This project provides the source for docs.mamedev.org. You can find MAME at the Home repo.