![]() |
This document is archived and information here might be outdated. Recommended version. |
Provides access to members that give life to Input Devices.
Name | Description | |
---|---|---|
![]() |
AddDevice | Creates a single device given the CLSID, then passes initializationData to IInputDevice::Startup. |
![]() |
Device | The input device at the specified index. |
![]() |
DeviceCLSID | The CLSID of the input device at the specified index. |
![]() |
DeviceCount | The number of input devices loaded in the application. |
![]() |
FindDevice | Finds the input device by CLSID (IUID) or name (String). |
![]() |
ShutdownDevices | Shuts down and releases the extensions that are loaded and calls IExtension::Shutdown. |
![]() |
StartupDevices | Creates and starts the devices for Inut Device component category, passing initializationData to each in IInputDevice::Startup. |
CoClasses and Classes | Description |
---|---|
InputDeviceManager | Input Device Manager - a singleton. |