#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) |
Definition at line 112 of file OISJoyStick.h.
| virtual OIS::JoyStickListener::~JoyStickListener | ( | ) | [inline, virtual] |
Definition at line 115 of file OISJoyStick.h.
| virtual bool OIS::JoyStickListener::buttonPressed | ( | const JoyStickEvent & | arg, | |
| int | button | |||
| ) | [pure virtual] |
Implemented in EventHandler, and EventHandler.
Referenced by OIS::Win32JoyStick::_doButtonClick(), and OIS::LinuxJoyStick::capture().
| virtual bool OIS::JoyStickListener::buttonReleased | ( | const JoyStickEvent & | arg, | |
| int | button | |||
| ) | [pure virtual] |
Implemented in EventHandler, and EventHandler.
Referenced by OIS::Win32JoyStick::_doButtonClick(), and OIS::LinuxJoyStick::capture().
| virtual bool OIS::JoyStickListener::axisMoved | ( | const JoyStickEvent & | arg, | |
| int | axis | |||
| ) | [pure virtual] |
| virtual bool OIS::JoyStickListener::sliderMoved | ( | const JoyStickEvent & | , | |
| int | ||||
| ) | [inline, virtual] |
Definition at line 123 of file OISJoyStick.h.
| virtual bool OIS::JoyStickListener::povMoved | ( | const JoyStickEvent & | , | |
| int | ||||
| ) | [inline, virtual] |
Reimplemented in EventHandler, and EventHandler.
Definition at line 125 of file OISJoyStick.h.
Referenced by OIS::Win32JoyStick::_changePOV(), and OIS::LinuxJoyStick::capture().
1.5.4