PMDD.SYS: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
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. | 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== | ==Version== | ||
Line 10: | Line 15: | ||
|2001-10-16 13:56|| ||6,815 bytes|| | |2001-10-16 13:56|| ||6,815 bytes|| | ||
|} | |} | ||
'''Platform Support:''' | |||
{| class="wikitable" | |||
|- | |||
!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. | |||
[[Category:Drivers]] | [[Category:Drivers]] |
Revision as of 15:36, 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.