class TcInputManager

Core InputManager class

Public Classes

enum buttonChange
Possible values returned by getButtonChange
enum buttonState
Possible values returned by getButtonState

Public Methods

void tdUpdateInputDevices()
Called each frame by the Core Interaction manager to update device state.
buttonChange getButtonChange(const int &buttonNum) const
Returns whether there has been a change in button state since the last frame
buttonState getButtonState(const int &buttonNum) const
Returns the current button state

Documentation

Core InputManager class. This provides an interface to the obtaining the state of wand buttons. Clients can access this class through the Interaction manager.
enum buttonChange
Possible values returned by getButtonChange

enum buttonState
Possible values returned by getButtonState

void tdUpdateInputDevices()
Called each frame by the Core Interaction manager to update device state.

buttonChange getButtonChange(const int &buttonNum) const
Returns whether there has been a change in button state since the last frame
Parameters:
buttonNum - Determines what button number to query.

buttonState getButtonState(const int &buttonNum) const
Returns the current button state
Parameters:
buttonNum - Determines what button number to query.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de