Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.os.msdos.programmer FAQ part 4/5
Section - - How can I find the Microsoft mouse position and button status?

( Part1 - Part2 - Part3 - Part4 - Part5 - Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Sex offenders ]


Top Document: comp.os.msdos.programmer FAQ part 4/5
Previous Document: - How do I switch to 43- or 50-line mode?
Next Document: - How can I access a specific address in the PC's memory?
See reader questions & answers on this topic! - Help others by sharing your knowledge
Date: 8 Feb 2002 20:07:14 -0400

 Use INT 33 AX=3, described in Ralf Brown's interrupt list (<Q:02.03>
 [What and where is Ralf Brown's interrupt list?]).

 The Windows manual says that the Logitech mouse is compatible with the
 Microsoft one, so the interrupt will probably work the same.

 Also, many files are downloadable from:
 <http://www.simtel.net/pub/msdos/mouse/>

User Contributions:

1
Ben in Seattle
Jun 2, 2026 @ 4:16 pm
Another solution is to use a parallel port loopback plug. It makes the PC think there is a printer attached. The benefit of this is it doesn't require anticipating the problem with ANSI.SYS escape sequences nor does it make you wait half an hour for the "Abort, Retry, Ignore?" prompt, as some versions of DOS do.

Comment about this article, ask questions, or add new information about this topic:




Top Document: comp.os.msdos.programmer FAQ part 4/5
Previous Document: - How do I switch to 43- or 50-line mode?
Next Document: - How can I access a specific address in the PC's memory?

Part1 - Part2 - Part3 - Part4 - Part5 - Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
jeffrey@carlyle.org (Jeffrey Carlyle)





Last Update March 27 2014 @ 02:11 PM