sdk.h

Go to the documentation of this file.
00001 /*
00002  * sdk.h
00003  *
00004  * Bogus file for doxygen.  Don't use this file!
00005  */
00006 
00007 /// \ingroup gamepad_general
00008 /// \defgroup gamepad_general_sdk Simple SDK
00009 ///
00010 /// The Wavepacket family of repositories use a very granular set of libraries,
00011 /// so it is easy to mix and max functionality when constructing programs.
00012 ///
00013 /// However, this can be a pain if you just want to link in the libraries and
00014 /// use them in your own projects.
00015 ///
00016 /// To solve that problem, there is a separate SDK library built which allows
00017 /// for other projects to link to a single library, rather than a bunch of
00018 /// smaller ones.
00019 ///
00020 /// To use this library:
00021 ///  - refer to headers in the gamepad source tree as you normally would.
00022 ///  - when linking, just use the single library built in the out/sdk directory.
00023 ///
00024 /// There is an example program which links to the SDK library.  See the
00025 /// example subdirectory in the sdk directory.
00026 ///