1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-08 19:46:06 +01:00
LibrePilot/ground/src/libs/sdlgamepad
peabody124 93a85e24a0 Ground/Joystick/Magicwaypoint: Fix initialization condition that led to crash
when closing gadget and also center icon on click in magic waypoint.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1821 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-10-01 12:33:36 +00:00
..
COPYING Ground/SDLGamepad: Import the library. This and the next commit introduce SDL 2010-09-29 03:58:58 +00:00
README Ground/SDLGamepad: Import the library. This and the next commit introduce SDL 2010-09-29 03:58:58 +00:00
sdlgamepad_global.h Ground/SDLGamepad: Import the library. This and the next commit introduce SDL 2010-09-29 03:58:58 +00:00
sdlgamepad.cpp Ground/Joystick/Magicwaypoint: Fix initialization condition that led to crash 2010-10-01 12:33:36 +00:00
sdlgamepad.doc Ground/SDLGamepad: Import the library. This and the next commit introduce SDL 2010-09-29 03:58:58 +00:00
sdlgamepad.dox Ground/SDLGamepad: Import the library. This and the next commit introduce SDL 2010-09-29 03:58:58 +00:00
sdlgamepad.h Ground/SDLGamepad: Import the library. This and the next commit introduce SDL 2010-09-29 03:58:58 +00:00
sdlgamepad.pri Ground/SDLGamepad: Import the library. This and the next commit introduce SDL 2010-09-29 03:58:58 +00:00
sdlgamepad.pro Ground/SDLGamepad: Import the library. This and the next commit introduce SDL 2010-09-29 03:58:58 +00:00
sdlgamepad.pro.user Ground/SDLGamepad: Import the library. This and the next commit introduce SDL 2010-09-29 03:58:58 +00:00

                               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)