#include "OSDLClassicalJoystick.h"
#include "OSDLException.h"
#include "Ceylan.h"
#include <string>
#include "SDL.h"
#include "OSDLTypes.h"
#include <list>
#include "OSDLJoystickCommon.h"
#include "OSDLEvents.h"
#include "OSDLEventsCommon.h"
Go to the source code of this file.
Defines | |
#define | OSDL_JOYSTICK_LOG(message) |
#define OSDL_JOYSTICK_LOG | ( | message | ) |
Definition at line 71 of file OSDLClassicalJoystick.cc.
Referenced by OSDL::Events::Joystick::axisChanged(), OSDL::Events::ClassicalJoystick::axisChanged(), OSDL::Events::Joystick::buttonPressed(), OSDL::Events::ClassicalJoystick::buttonPressed(), OSDL::Events::Joystick::buttonReleased(), OSDL::Events::ClassicalJoystick::buttonReleased(), OSDL::Events::Joystick::hatChanged(), and OSDL::Events::Joystick::trackballChanged().