mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
ee1b204170
Libgamepad is a portable, uniform API for joystick and gamepad devices. It's meant to overlay platform-dependent interfaces just as the BSD joy and uhid drivers, and the user-space libhid. This will allow device and platform dependencies to be left out of applications, making them simpler and more portable. PR: ports/125872 Submitted by: Jason Bacon <jwbacon@tds.net>
6 lines
348 B
Plaintext
6 lines
348 B
Plaintext
Libgamepad is an API for various gamepad devices under Unix. The goal is
|
|
to provide both abstract and device-dependent interfaces for various joystick
|
|
and gamepad devices. The library interfaces with multiple lower-level
|
|
interfaces, such as the BSD "joy" and "usbhid" drivers, as well as
|
|
the user-space "libhid", which in turn overlays "libusb".
|