Wiiuse is a library written in C that connects with several Nintendo Wii remotes. Supports motion sensing, IR tracking, nunchuk, classic controller, and the Guitar Hero 3 controller. Single threaded and nonblocking makes a light weight and clean API.
This release mostly contains bug fixes from v0.10. It also includes new event types, some nunchuk stuff, and better targets for the Linux Makefiles.
ChangeLog:
Added:
API function wiiuse_set_nunchuk_orient_threshold()
API function wiiuse_set_nunchuk_accel_threshold()
Event type WIIUSE_NUNCHUK_INSERTED
Event type WIIUSE_NUNCHUK_REMOVED
Event type WIIUSE_CLASSIC_CTRL_INSERTED
Event type WIIUSE_CLASSIC_CTRL_REMOVED
Event type WIIUSE_GUITAR_HERO_3_CTRL_INSERTED
Event type WIIUSE_GUITAR_HERO_3_CTRL_REMOVED
Fixed:
Added some missing function prototypes to wiiuse.h
[Linux] Fixed Makefile to link libmath and libbluetooth