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>
5 lines
348 B
Text
5 lines
348 B
Text
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".
|