[DOSEMU Logo]
DOSEMU.org

| Home | | Developer Releases | | Stable Releases | | Documentation |

Home
README
Technical README
HOWTO
DANG  - 0.97.10
EMUfailure
Misc
Next Previous Contents

10. The Mouse group of Modules

All of the Mouse handling code is in the "mouse" subdirectory.

There are only 2 main files, mouse.c and mouseint.c.

10.1 base/mouse/mouse.c Information

10.2 Functions in base/mouse/mouse.c

These are the functions defined in base/mouse/mouse.c.

mouse_init

Initialize internal mouse.

10.3 Remarks in base/mouse/mouse.c

I have not properly tested this INT74 - JES 96/10/20 I have removed it. INT74 is irq 12. Which I suppose is the proper irq for a ps2 mouse. It appears initial support was planned to support irq 12 and at Mouse_ROUTINE_OFF is a routine that acknowledges an irq. That routine is probably what should be acknowledging irq12, and what int 0x74 should point to. I have disabled int0x74 support for now. --EB 29 Oct 1997


Next Previous Contents
 
The DOSEMU team