home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11568 < prev    next >
Encoding:
Internet Message Format  |  1992-07-24  |  1.4 KB

  1. Path: sparky!uunet!caen!hellgate.utah.edu!cc.usu.edu!sl8nl
  2. From: sl8nl@cc.usu.edu
  3. Newsgroups: comp.lang.c
  4. Subject: Re: programming graphics mouse ?
  5. Message-ID: <1992Jul24.113724.57488@cc.usu.edu>
  6. Date: 24 Jul 92 11:37:24 MDT
  7. References: <1992Jul24.133735.24837@uxa.ecn.bgu.edu>
  8. Organization: Utah State University
  9. Lines: 21
  10.  
  11. In article <1992Jul24.133735.24837@uxa.ecn.bgu.edu>, csblm@uxa.ecn.bgu.edu (Brian Murphy) writes:
  12. > I had originally asked this question of comp.graphics (excuse the
  13. > redundancy).  I am attempting to program my microsift compatible mouse
  14. > in graphics mode (VGA 640x480).  I have initialized the mouse but am
  15. > having trouble in generating a descent looking (something besides a
  16. > multi-colored block) graphics cursor.  The inadequate documentation I
  17. > have mentions a 16 x 16 bit array to be used for the screen and cursor
  18. > images and these are ANDed and ORed with the screen to create the cursor
  19. > image ?  I need help in preparing this graphics cursor.  If anyone has
  20. > information just how to do this or a good source of information.
  21. > Please let me know.
  22.  
  23. You could make your own mouse cursor...for instance, we use a routine called
  24. Keys that constantly polls the keyboard for input.  We added mouse support to
  25. this that sensed if the mouse moved, the old background would be restored,
  26. the new background would be saved, and the mouse image put down.  This way,
  27. it can be an actual graphics image.
  28.  
  29. Josh
  30.  
  31.