1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/libgamepad/pkg-descr
Edwin Groothuis ee1b204170 New port: devel/libgamepad Uniform API for joysticks and gamepads
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>
2008-07-26 07:55:02 +00:00

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".