stk-code_catmod/lib/wiiuse
funto66 8b3b3a80fe Added constants for RVL-CNT-01-TR detection in MacOS Bluetooth format - support not implemented yet
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12855 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-06-08 20:59:34 +00:00
..
os_mac Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiuse Added wiiuse project file (read README for details on how 2013-01-31 22:24:06 +00:00
classic.c Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
classic.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
CMakeLists.txt Complete Cmake OSX 10.7 support. Hopefully Cmake is now ready to take over the manually maintained Xcode project 2013-03-14 23:10:20 +00:00
definitions_os.h Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
definitions.h Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
dynamics.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
dynamics.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
events.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
events.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
guitar_hero_3.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
guitar_hero_3.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
io.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
io.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
ir.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
ir.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
motion_plus.c Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
motion_plus.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
nunchuk.c Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
nunchuk.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
os_nix.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
os_win.c Added RVL-CNT-01-TR support to Windows too (but no accelerometers support yet) 2013-06-07 21:33:11 +00:00
os.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
README Added wiiuse project file (read README for details on how 2013-01-31 22:24:06 +00:00
util.c Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiboard.c Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiboard.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiuse_internal.h Added constants for RVL-CNT-01-TR detection in MacOS Bluetooth format - support not implemented yet 2013-06-08 20:59:34 +00:00
wiiuse_msvcstdint.h Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 2013-01-24 22:53:34 +00:00
wiiuse.c Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00
wiiuse.h Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 2013-06-05 07:24:42 +00:00

Windows
=======
Compiling the wiiuse library requires installation of
the windows driver development kit (DDT).
While the wiiuse project is part of the windows STK solution,
it is not compiled by default, instead the lib is 
linked from the dependency package (and output of the
wiiuse project is in the dependency directory as well).
Reason is that compiling this lib needs two hardcoded
paths to be set, which are not portable (see properties
of the wiiuse project, then Configuration, C/C++, 
General: Additional Include Directories):
first the standard VS include path (!!), THEN the
include path for the windows DDK. Without those
settings in this order wiiuse can not be compiled 
(known problems when compiling ddk code with
Visual Studio - google it). Also the path to the ddk
must be set as additional library directory.