blender/source/gameengine/GameLogic/Joystick
Campbell Barton 84dcfa181b BGE Bugfix, SDL joysticks arrow keys didnt work when 2 joysticks were being used at the same time.
The event queue was running for every joystick sensor without checking if the events were for that joystick.
seperating the event queue for each joystick is overkill so instead deal with all joysticks events in once function.

Also removed some unused functions
2008-09-02 06:12:19 +00:00
..
Makefile Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
SCA_Joystick.cpp BGE Bugfix, SDL joysticks arrow keys didnt work when 2 joysticks were being used at the same time. 2008-09-02 06:12:19 +00:00
SCA_Joystick.h BGE Bugfix, SDL joysticks arrow keys didnt work when 2 joysticks were being used at the same time. 2008-09-02 06:12:19 +00:00
SCA_JoystickDefines.h BGE Bugfix, SDL joysticks arrow keys didnt work when 2 joysticks were being used at the same time. 2008-09-02 06:12:19 +00:00
SCA_JoystickEvents.cpp BGE Bugfix, SDL joysticks arrow keys didnt work when 2 joysticks were being used at the same time. 2008-09-02 06:12:19 +00:00
SCA_JoystickPrivate.h BGE Bugfix, SDL joysticks arrow keys didnt work when 2 joysticks were being used at the same time. 2008-09-02 06:12:19 +00:00