home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12818 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.1 KB

  1. Path: sparky!uunet!stanford.edu!rutgers!ub!galileo.cc.rochester.edu!rjw
  2. From: rjw@merlin.cvs.rochester.edu (Robert Wilson)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: gameport device vs. input device
  5. Message-ID: <1992Aug28.174032.4126@galileo.cc.rochester.edu>
  6. Date: 28 Aug 92 17:40:32 GMT
  7. Sender: news@galileo.cc.rochester.edu
  8. Organization: University of Rochester, Rochester NY
  9. Lines: 17
  10. Nntp-Posting-Host: merlin.cvs.rochester.edu
  11.  
  12. I'm trying to use the input device to pick up character input, and the 
  13. gameport device to pick up mouse input from both ports.  This is for a 
  14. psych. experiment, so the gameports have to be on equal standing: hence
  15. my need for using the gameport device.
  16.  
  17. Unfortunately, the input device seems to be making things difficult for
  18. the gameport device.
  19.  
  20. ** My question: is it possible to make the input device unaware of the 
  21. gameports?  I want all mouse events to go the gameport device, and only
  22. to the gameport device.
  23.  
  24. This is all nasty, and un-Amiga-ish, but this is an experiment, so no 
  25. other programs will be running concurrently.
  26.  
  27. -Robert
  28.  rjw@cvs.rochester.edu
  29.