#include <mcapdev.h>
Public Member Functions |
|
| virtual | ~MCInputDevice () |
| virtual MSTR | DeviceName ()=0 |
| virtual MCDeviceBinding * | CreateBinding ()=0 |
| virtual void | UtilityStarted (IMCapManager *im) |
| virtual void | UtilityStopped (IMCapManager *im) |
| virtual void | Cycle (UINT tick) |
| virtual ~MCInputDevice | ( | ) | [inline, virtual] |
{}
| virtual MSTR DeviceName | ( | ) | [pure virtual] |
| virtual MCDeviceBinding* CreateBinding | ( | ) | [pure virtual] |
| virtual void UtilityStarted | ( | IMCapManager * | im | ) | [inline, virtual] |
{}
| virtual void UtilityStopped | ( | IMCapManager * | im | ) | [inline, virtual] |
{}
| virtual void Cycle | ( | UINT | tick | ) | [inline, virtual] |
{}