B. Watson 833454f577 misc/cwiid: Update email address. před 2 roky
..
README c1aa510291 misc/cwiid: Updated for version 0.6.91_2. před 2 roky
cwiid.SlackBuild 833454f577 misc/cwiid: Update email address. před 2 roky
cwiid.info 833454f577 misc/cwiid: Update email address. před 2 roky
doinst.sh c1aa510291 misc/cwiid: Updated for version 0.6.91_2. před 2 roky
python310.patch c5a9e024db misc/cwiid: Fix build with python 3.10. před 2 roky
rc.cwiid.conf.new f4fc936b4d misc/cwiid: Updated for version 0.6.00+svn201. před 11 roky
rc.cwiid.new f4fc936b4d misc/cwiid: Updated for version 0.6.00+svn201. před 11 roky
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. před 10 roky

README

cwiid (tools for the Nintendo Wii remote)

CWiid is a collection of Linux tools written in C for interfacing to the
Nintendo Wiimote, including an event-based API, an event/mouse/joystick
driver, and GUI/control panel.

To start cwiid's wminput daemon on boot, edit /etc/rc.d/rc.cwiid.conf
if needed (only needed if you have multiple wiimotes), then
"chmod 755 /etc/rc.d/rc.cwiid", and add the following code to
e.g. /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.cwiid ]; then
/etc/rc.d/rc.cwiid start
fi