home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 7968 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.1 KB  |  29 lines

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