#include <OISJoyStick.h>
Public Member Functions | |
virtual | ~JoyStickListener () |
virtual bool | buttonPressed (const JoyStickEvent &arg, int button)=0 |
virtual bool | buttonReleased (const JoyStickEvent &arg, int button)=0 |
virtual bool | axisMoved (const JoyStickEvent &arg, int axis)=0 |
virtual bool | sliderMoved (const JoyStickEvent &, int) |
virtual bool | povMoved (const JoyStickEvent &, int) |
virtual OIS::JoyStickListener::~JoyStickListener | ( | ) | [inline, virtual] |
virtual bool OIS::JoyStickListener::buttonPressed | ( | const JoyStickEvent & | arg, | |
int | button | |||
) | [pure virtual] |
virtual bool OIS::JoyStickListener::buttonReleased | ( | const JoyStickEvent & | arg, | |
int | button | |||
) | [pure virtual] |
virtual bool OIS::JoyStickListener::axisMoved | ( | const JoyStickEvent & | arg, | |
int | axis | |||
) | [pure virtual] |
virtual bool OIS::JoyStickListener::sliderMoved | ( | const JoyStickEvent & | , | |
int | ||||
) | [inline, virtual] |
virtual bool OIS::JoyStickListener::povMoved | ( | const JoyStickEvent & | , | |
int | ||||
) | [inline, virtual] |