OIS
1.5
Object-oriented Input System
|
#include <OISPrereqs.h>
Public Member Functions | |
Axis () | |
void | clear () |
Used internally by OIS. More... | |
Public Member Functions inherited from OIS::Component | |
Component () | |
Component (ComponentType type) | |
Public Attributes | |
int | abs |
Absoulte and Relative value components. More... | |
int | rel |
bool | absOnly |
Indicates if this Axis only supports Absoulte (ie JoyStick) More... | |
Public Attributes inherited from OIS::Component | |
ComponentType | cType |
Indicates what type of coponent this is. More... | |
Axis component.
|
inline |
|
inline |
Used internally by OIS.
int OIS::Axis::abs |
Absoulte and Relative value components.
int OIS::Axis::rel |