FILE: Joyflt.exe Contains Joystick and Keyboard Filter Drivers

ID: Q176417


The information in this article applies to:
  • Microsoft Win32 Device Driver Kit (DDK) for Windows NT, versions 3.1, 3.5, 3.51, 4.0


SUMMARY

Joyflt.exe is a driver that represents two filter drivers in one. The first driver sits on top of the joystick driver and examines the data returned by the joystick driver. The second filter sits on top of the keyboard class driver. If the filter detects that a button has been pressed, it adds the appropriate raw keystroke to the keyboard buffer.

For example, pressing button two on the joystick adds the letter "g" to the keyboard buffer. In a flight simulation, the letter "g" is often used to raise and lower the landing gear. Now you do not have to remove your hand from the joystick to press the letter "g". Instead, you can accomplish this by pressing button two on the joystick. The joystick filter detects this and the keyboard filter pushes the "g" onto the keyboard buffer.

The following file is available for download from the Microsoft Download Center. Click the file name below to download the file:

Joyflt.exe
For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address
http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.

Additional query words:

Keywords : kbfile kbDDK kbNTOS310 kbNTOS350 kbNTOS351 kbNTOS400 NTDDKInput
Version : winnt:3.1,3.5,3.51,4.0
Platform : winnt
Issue type :


Last Reviewed: December 4, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.