Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Input
Human Input Devices
Design Guide

  Switch on low bandwidth view
Windows Driver Kit: Human Input Devices
Interactive Input Device Architecture

This section describes the Microsoft Windows architecture for interactive input devices. Interactive input devices are devices that humans use to directly control the operation of computer systems. Examples of interactive input devices include:

  • Keyboards and pointing devices such as standard mouse devices, trackballs, and joysticks.
  • Front-panel controls such as knobs, switches, buttons, and sliders.
  • Controls that might be found on devices such as telephones and other consumer electronics.
  • Controls, games, and simulation devices such as data gloves, throttles, steering wheels, and rudder pedals.

Note  In the WDK, interactive input devices are often more simply referred to as input devices; the context determines whether the device is an interactive input device or another type of computer input device.

To modularize and streamline input processing, the core of the interactive input architecture is based on the USB Human Interface Device (HID) standard. (For detailed information about the USB HID standard, see the ms790176.internet_link_sm(en-us,MSDN.10).gifUSB Implementers Forum Web site.)

The architecture integrates support for the following types of devices:

  • Devices in the system-supplied HIDClass device setup class.

    The system-supplied HID class driver is the WDM function driver and bus driver for HIDClass devices. The HID class driver uses HID minidrivers to access input devices.

  • Non-HIDClass keyboard and mouse devices, which are operated by the system-supplied keyboard and mouse class driver stacks.
  • Non-HIDClass game port (I/O port 201) devices, which are operated by the system-supplied joystick class driver stack (Windows Millennium Edition only).

For a description of the components of the input architecture, see the following:

For a description of driver stacks for input devices, see:

See also Keyboard Layout.

For more information about support for specific types of input devices, see:

Check the Web Site

Also see the ms790176.internet_link_sm(en-us,MSDN.10).gifinput device technology Web site, which provides additional information about Microsoft requirements for input device hardware and drivers.


Send feedback on this topic
Built on May 20, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker