Provides access to members that give life to Input Devices.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IInputDeviceManager
CoClasses and Classes | Description |
---|---|
InputDeviceManager | Input Device Manager - a singleton. |