00001 /* 00002 * demoConfig.h 00003 * 00004 * Bogus header file for Doxygen documentation. 00005 * 00006 * DON'T USE THIS FILE! 00007 */ 00008 00009 /// \ingroup gamepad_opengl 00010 /// \defgroup gamepad_opengl_demoConfig OpenGL Gamepad Configuration Example 00011 /// 00012 /// This program (demoConfig) gives an example of how to use the 00013 /// Configurator (including the vector graphics drawing and localization) 00014 /// to give users a graphical configuration experience. 00015 /// 00016 /// This example uses the dialog libraries to present the user with a series 00017 /// of dialogs to walk through configuration. 00018 /// 00019 /// Example usage: 00020 /// \code 00021 /// % cd ~/svn/gamepad-opengl/out/bin 00022 /// % ./demoConfig ~/svn/gamepad/data/ 00023 /// \endcode 00024 /// 00025 /// That example assumes that you've got an \b svn directory in your home 00026 /// directory, containing both projects (gamepad and gamepad-opengl). Also, 00027 /// this example uses the gamepad data directory from your local copy of 00028 /// the gamepad repository. 00029 /// 00030 /// See the wavepacket-lib sourceforge project for more details on dialogs 00031 /// and vector graphics rendering (the vgfx library). 00032 ///