#include <src/ois/OISPrereqs.h>
Public Member Functions | |
Axis () | |
void | clear () |
Used internally by OIS. | |
Public Attributes | |
int | abs |
Absoulte and Relative value components. | |
bool | absOnly |
Indicates if this Axis only supports Absoulte (ie JoyStick). | |
int | rel |
OIS::Axis::Axis | ( | ) | [inline] |
void OIS::Axis::clear | ( | ) | [inline] |
Used internally by OIS.
int OIS::Axis::abs |
Absoulte and Relative value components.
Referenced by OIS::LinuxMouse::_processXEvents(), OIS::Win32Mouse::capture(), and OIS::MacMouse::capture().
bool OIS::Axis::absOnly |
int OIS::Axis::rel |