#include <OISPrereqs.h>
Public Member Functions | |
| Axis () | |
| void | clear () |
| Used internally by OIS. | |
Public Attributes | |
| int | abs |
| Absoulte and Relative value components. | |
| int | rel |
| bool | absOnly |
| Indicates if this Axis only supports Absoulte (ie JoyStick). | |
Definition at line 152 of file OISPrereqs.h.
| OIS::Axis::Axis | ( | ) | [inline] |
Definition at line 154 of file OISPrereqs.h.
| void OIS::Axis::clear | ( | ) | [inline] |
| int OIS::Axis::abs |
Absoulte and Relative value components.
Definition at line 154 of file OISPrereqs.h.
Referenced by OIS::Win32Mouse::capture(), OIS::LinuxMouse::capture(), handleNonBufferedMouse(), and EventHandler::mouseMoved().
| int OIS::Axis::rel |
Definition at line 154 of file OISPrereqs.h.
Referenced by OIS::LinuxMouse::_processXEvents(), OIS::Win32Mouse::capture(), OIS::LinuxMouse::capture(), handleNonBufferedMouse(), and EventHandler::mouseMoved().
| bool OIS::Axis::absOnly |
Indicates if this Axis only supports Absoulte (ie JoyStick).
Definition at line 160 of file OISPrereqs.h.
1.5.4