MOUSECTL.COM: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
m 2 revisions imported
 
(No difference)

Latest revision as of 16:46, 16 February 2025

MOUSECTL


Your game might run fine with [[../Emulators/VDMSound/VDMSound|VDMSound]], but you might find that the resolution of the mouse is too low (slow mouse.) An old DOS program from PC Magazine, "MOUSECTL.COM" might fix the problem.

Add these lines to your autoexec.vdms file:

REM Make the mouse up to 1.5x more sensitive; 8 values
REM apparently provide acceleration as the mouse moves.
loadhigh c:\local\dos\mousectl 5,6,10,15,15,15,15,15


References


See Also