Re: dos_interrupt(#33,rl) --please read
- Posted by Bernie Ryan <bwryan at PCOM.NET> May 29, 1999
- 512 views
That 8 pixel movement is so mouse is compatiable in text mode. If your using graphics mode try using int 33 with the following: [REGS_AX] = #000F [REGS_CX] = number of mickeys per 8 pixels horizonially ( default is 8 ) [REGS_DX] = number of mickeys per 8 pixels vertically ( default is 16 ) I havent look at mouse.e so I don't know if this will help but you can try it.