XBoxInputManager Class Reference

#include <xbInputManager.h>

Inheritance diagram for XBoxInputManager:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 XBoxInputManager ()
 ~XBoxInputManager ()
void process ()
bool enable ()
void disable ()
bool checkAddRemove ()
bool setFeedback (U32 index, F32 rightMotor, F32 leftMotor)
U32 getNumActiveGamepads ()
void validateInputs ()
S32 getLockedController ()

Private Attributes

S32 mLockedController

Constructor & Destructor Documentation

XBoxInputManager::XBoxInputManager (  ) 

XBoxInputManager::~XBoxInputManager (  ) 


Member Function Documentation

void XBoxInputManager::process (  )  [virtual]

Implements InputManager.

bool XBoxInputManager::enable (  )  [inline, virtual]

Implements InputManager.

void XBoxInputManager::disable (  )  [inline, virtual]

Implements InputManager.

bool XBoxInputManager::checkAddRemove (  ) 

bool XBoxInputManager::setFeedback ( U32  index,
F32  rightMotor,
F32  leftMotor 
)

U32 XBoxInputManager::getNumActiveGamepads (  ) 

void XBoxInputManager::validateInputs (  ) 

S32 XBoxInputManager::getLockedController (  )  [inline]


Member Data Documentation