home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / os2 / programm / 6566 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.0 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!flop.ENGR.ORST.EDU!prism!
  2. From: @prism.cs.orst.edu
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Using the mouse in a Vio graphics screen...
  5. Message-ID: <1ehairINNcue@flop.ENGR.ORST.EDU>
  6. Date: 20 Nov 92 00:13:15 GMT
  7. Article-I.D.: flop.1ehairINNcue
  8. Distribution: world
  9. Organization: CS Dept, Oregon State University
  10. Lines: 12
  11. NNTP-Posting-Host: prism.cs.orst.edu
  12.  
  13. The program I'm working on needs to be able to see what the mouse is doing.
  14. It runs in a full screen session and the mouse routines work just fine when
  15. the screen is in a text mode, however, when I switch to a graphics mode then
  16. I get nothing back from the mouse. MouReadEventQue simply waits until I switch
  17. back to a text mode, and MouGetPtrPos simply returns the same value no
  18. matter what I do with the mouse.
  19.  
  20. The only thing I do to get the mouse is to call MouOpen. Is there another
  21. call I must call to configure the mouse for a graphis mode?
  22.  
  23. Thanks
  24. Keith 'I need a book' Murray
  25.