#include <MercuryInput.h>
Public Member Functions | |
~InputDeviceTracker () | |
bool | AddDevice (MString Name, InputDevice *Device) |
InputDevice * | ToDevice (MString Name) |
MString | ListAvailableDevices () |
Private Attributes | |
std::map< MString, InputDevice * > * | m_pDevices |
Definition at line 47 of file MercuryInput.h.
InputDeviceTracker::~InputDeviceTracker | ( | ) |
Definition at line 85 of file MercuryInput.cpp.
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.
std::map< MString, InputDevice * >* InputDeviceTracker::m_pDevices [private] |
Definition at line 55 of file MercuryInput.h.