home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11534 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.7 KB  |  45 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!mcsun!inesc.inesc.pt!eniac.inesc.pt!cma
  3. From: cma@eniac.inesc.pt (Carlos Antunes)
  4. Subject: Re: How to program the mouse in SVGA mode?
  5. Message-ID: <1992Dec19.220706.9816@inesc.pt>
  6. Sender: usenet@inesc.pt (USENET News System)
  7. Nntp-Posting-Host: eniac.inesc.pt
  8. Organization: INESC - Inst. Eng. Sistemas e Computadores, LISBOA. PORTUGAL.
  9. References: <1992Dec16.103046.131114@mswe.dnet.ms.philips.nl>
  10. Date: Sat, 19 Dec 1992 22:07:06 GMT
  11. Lines: 32
  12.  
  13. In article <1992Dec16.103046.131114@mswe.dnet.ms.philips.nl> smhkotmans@mswe.dnet.ms.philips.nl writes:
  14. >Hi Netters,
  15. >
  16. >I have a question regarding graphical mouse programming in 640x480 or 800x600
  17. >SVGA mode.
  18. >In VGA mode, my program can show and manipulate the mouse cursor just fine.
  19. >When i switch over to SVGA mode, the mouse cursor is not visible any more
  20. >although the mouse driver still reports the mouse as being present.
  21. >
  22. >What extra/completely different must i do to get the mouse working correctly
  23. >in SVGA mode?
  24. >
  25. >If this matters: 
  26. >    I'm using INT 33h calls in a C program in combination with an 
  27. >    ATi Wonder XL video card with bus mouse.
  28. >
  29.  
  30. In general, the mouse drivers do not support SVGA video modes. You can
  31. still use the driver to report mouse movement, but the pointer will not
  32. show.
  33.  
  34. If you are programming in Turbo C or Borland C, you can use the BGI's in
  35. svgabg52.zip. You can get this at SIMTEL (pd1:<msdos.borlandc>). This
  36. library has suport for almost all SVGA cards and includes mouse support
  37. also (some bugs exist however).
  38.  
  39. Regards,
  40. Carlos Antunes.
  41.  
  42. -- 
  43. Carlos Antunes @ INESC - Instituto de Engenharia de Sistemas e Computadores
  44. E-mail to cma@eniac.inesc.pt
  45.