Writing Interrupts (ISRs) That Call Mouse Functions
ID: Q46462
|
The information in this article applies to:
-
Microsoft Mouse driver for MS-DOS, versions 1.x, 2.x, 3.x, 4.x, 5.x, 6.x, 7.x, 8.x, 9.0
SUMMARY
The mouse driver protects itself from reentrancy from other mouse
function calls but not from interrupt service routines (ISRs) with
higher priority.
It is recommended that you do not write an ISR with a higher priority
than the mouse hardware interrupt (for example, for the timer
interrupt) that calls mouse functions. The result may be undesirable
and erroneous. If your ISR is performing a mouse function call, your
interrupt may occur during the execution of the mouse function call
and start running your ISR again, that is, the original mouse function
call may never be finished.
The appropriate routine is to use the mouse function 12/20 to set the
mouse user-defined subroutine.
Additional query words:
7.00 7.04 7.05 8.00 8.10 1.00 8.20 9.00
Keywords :
Version : MS-DOS:1.x,2.x,3.x,4.x,5.x,6.x,7.x,8.x,9.0
Platform : MS-DOS
Issue type :
|