home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!wupost!ukma!carld
- From: carld@ms.uky.edu (Carl Lafferty)
- Subject: Mouse
- Keywords: 256 mouse
- Message-ID: <1993Jan8.103345.3048@ms.uky.edu>
- Summary: Wanted! help using function 12 of mouse driver in turbo 6.0
- Date: Fri, 8 Jan 1993 15:33:45 GMT
- Organization: University Of Kentucky, Dept. of Math Sciences
- Lines: 17
-
- I am having a problem getting a mouse driver implemented in turbo pascal
- 6.0 to do a 256 color mouse cursor. What I have done is create a
- mouse event handler and placed it in line with the mouse using int 33h
- sub function $0C. I am using mode $13 for graphics and my normal mouse
- cursor stuff works fine but I can NOT get a driver to even be called
- that I install like this. I have resorted to having the driver simply
- ser a variable and latching on the timer ISR.
-
- What I want to do is watch for the mouse to be moved and when it is moved
- use my routine to draw the mouse pointer. I could be doing this the
- hardest way possible but it is the one that makes sense to me right
- now. I am open to suggestions.
-
- Any and all help will be appreciated.
-
- Carl Lafferty
-
-