InputDeviceTracker Class Reference

[internal] Self-registering input device system. More...

#include <MercuryInput.h>

List of all members.

Public Member Functions

 ~InputDeviceTracker ()
bool AddDevice (MString Name, InputDevice *Device)
InputDeviceToDevice (MString Name)
MString ListAvailableDevices ()

Private Attributes

std::map< MString, InputDevice * > * m_pDevices


Detailed Description

[internal] Self-registering input device system.

Definition at line 47 of file MercuryInput.h.


Constructor & Destructor Documentation

InputDeviceTracker::~InputDeviceTracker (  ) 

Definition at line 85 of file MercuryInput.cpp.


Member Function Documentation

bool InputDeviceTracker::AddDevice ( MString  Name,
InputDevice Device 
)

Definition at line 44 of file MercuryInput.cpp.

InputDevice * InputDeviceTracker::ToDevice ( MString  Name  ) 

Definition at line 60 of file MercuryInput.cpp.

MString InputDeviceTracker::ListAvailableDevices (  ) 

Definition at line 71 of file MercuryInput.cpp.


Member Data Documentation

std::map< MString, InputDevice * >* InputDeviceTracker::m_pDevices [private]

Definition at line 55 of file MercuryInput.h.


The documentation for this class was generated from the following files:
Hosted by SourceForge.net Logo