torque Torque Game Engine Documentation
TGE Version 1.5.2

InputManager Class Reference

#include <platformInput.h>

Inheritance diagram for InputManager:

Inheritance graph
[legend]

Public Member Functions

bool isEnabled ()
virtual bool enable ()=0
virtual void disable ()=0
virtual void process ()=0

Protected Attributes

bool mEnabled

Member Function Documentation

bool InputManager::isEnabled (  )  [inline]

virtual bool InputManager::enable (  )  [pure virtual]

Implemented in DInputManager, and UInputManager.

virtual void InputManager::disable (  )  [pure virtual]

Implemented in DInputManager, and UInputManager.

virtual void InputManager::process (  )  [pure virtual]

Implemented in DInputManager, and UInputManager.


Field Documentation

bool InputManager::mEnabled [protected]




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen