OIS 1.6
Object-oriented Input System
Loading...
Searching...
No Matches
OIS::Axis Class Reference

Axis component. More...

#include <OISPrereqs.h>

Inheritance diagram for OIS::Axis:
OIS::Component

Public Member Functions

 Axis ()
void clear ()
 Used internally by OIS.
Public Member Functions inherited from OIS::Component
 Component ()
 Component (ComponentType type)

Public Attributes

int abs
 Absoulte and Relative value components.
int rel
bool absOnly
 Indicates if this Axis only supports Absoulte (ie JoyStick).
Public Attributes inherited from OIS::Component
ComponentType cType
 Indicates what type of coponent this is.

Detailed Description

Axis component.

Constructor & Destructor Documentation

◆ Axis()

OIS::Axis::Axis ( )
inline

Member Function Documentation

◆ clear()

void OIS::Axis::clear ( )
inline

Used internally by OIS.

Member Data Documentation

◆ abs

int OIS::Axis::abs

Absoulte and Relative value components.

◆ absOnly

bool OIS::Axis::absOnly

Indicates if this Axis only supports Absoulte (ie JoyStick).

◆ rel

int OIS::Axis::rel

The documentation for this class was generated from the following file: