[comp.os.msdos.programmer] need mouse code

grossman@star-trek.bbn.com (Martin Grossman) (04/05/91)

I just got a mouse and it works fine with just about everything except
2 programs I have.  In each of these programs (screen is in full VGA
mode 320x200x256 and mode 800x600x256) where ever I move the mouse
I leave a trail thats in the background color.

I've done a little debugging by running them under dos's debug with
a break point at the mouse interrupt vector.  I then get to see
what mouse ints are being made and what the cursor/mask is set to.
Everything looks fine!!!

I've tried a few other mouse drivers but none work with this mouse.

Does anyone have some mouse code (source code) that I can hack?

PS I'm NOT looking for mouse code that makes int 33 calls !!!
  I'm looking for mouse code that installs either as TSR or device
  driver that reads com port and make available int 33 for applications.

  I'm hoping to hack it up enough to get it to work.

PS I've connected a diag box on the serial line and have figured out
   everything the mouse is sending down the line.

PS man sais that if you hold down any button while power is applied
   itl act like a msmouse.  I tried this with the msmouse driver and
   no go!! (ie it still has to run with their driver)


					respond via email to
					grossman@bbn.com

PS Scott Bostater are you out their?