mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-09 20:46:07 +01:00
7195862d77
This will allow us to build a parent project for qt-creator that sits above both openpilotgcs and uavobjgenerator so that we can build both projects at the same time. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2528 ebee16cc-31ac-478f-84a7-5cbb03baadba |
||
---|---|---|
.. | ||
COPYING | ||
README | ||
sdlgamepad_global.h | ||
sdlgamepad.cpp | ||
sdlgamepad.doc | ||
sdlgamepad.dox | ||
sdlgamepad.h | ||
sdlgamepad.pri | ||
sdlgamepad.pro | ||
sdlgamepad.pro.user |
SDLGamepad 1.0 --- This is the SDLGamepad library, used to receive gamepad activity from a SDL supported gamepad. SDLGamepad is written in C++ with the QT bindings backing it up. It is was tested on Windows XP, Windows Vista 32/64 bit, Windows 7 32/64 bit, Mac OSX, Ubuntu 32/64 bit. The SDL Framework is used to get gamepad input, so you need a working SDL Framework install on your system! For more information see www.libsdl.org This program is distributed under GNU LGPL version 3, which can be found in the file "COPYING". This license allows you to use tank-gamepad freely in commercial programs. Enjoy! Manuel Blanquett (mail.nalla@gmail.com)