home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / msdos / programm / 10701 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  626 b 

  1. Path: sparky!uunet!mcsun!uknet!str-ccsun!dct.ac.uk!buxduac
  2. From: buxduac@dct.ac.uk
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Mouse Cursor Drawing .
  5. Message-ID: <1992Nov17.153941.1446@dct.ac.uk>
  6. Date: 17 Nov 92 15:39:41 GMT
  7. Organization: Dundee Institute of Technology
  8. Lines: 8
  9.  
  10. Hi all
  11. Ok so no one will addmit to having the souce code for a mouse driver, so here
  12. is another mousey question.
  13.  
  14. How does a mouse driver draw it cursor on the screen ?  Does it use a
  15. nice safe DOS function or does it have to do the bit manipulation itself ?
  16.   I know int 33H function 09 sets the cursor shape but the drawing I
  17. can not find !.
  18.