PMDD.SYS: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:PMDDSYS.png| | [[Image:PMDDSYS.png|frame|Explanation of PMDD.SYS driver communication]] | ||
This driver installs the pointer draw device driver support. It provides pointer draw device-driver support for OS/2 sessions. | This driver installs the pointer draw device driver support. It provides pointer draw device-driver support for OS/2 sessions. | ||
Revision as of 15:54, 23 December 2017

This driver installs the pointer draw device driver support. It provides pointer draw device-driver support for OS/2 sessions.
All input, whether from keyboard, mouse or other input devices such as touch-sensitive screens and digitizers, is passed from the physical device driver to the PMDD.SYS device driver, which converts it into a message. This includes mouse movement, mouse button actions (down, up) and key events (key down, key up). These messages are placed on the system input queue.
CONFIG.SYS
DEVICE=C:\OS2\BOOT\PMDD.SYS
Version
Date | Version | Size | Comments |
---|---|---|---|
2001-10-16 13:56 | 6,815 bytes |
Platform Support:
OS/2 2.x | OS/2 3.0 | OS/2 4.0 | OS/2 4.5x |
---|---|---|---|
Yes | Yes | Yes | Yes |
Alternatives
The OS/4 Project developed an alternative PMDDK.SYS driver.