home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 22351 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.1 KB

  1. Path: sparky!uunet!pageworks.com!world!eff!news.byu.edu!gatech!rutgers!zeus.ieee.org!fsbbs!f204.n2603.z1.ieee.org!Tommy.Brown
  2. From: Tommy.Brown@f204.n2603.z1.ieee.org (Tommy Brown)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Mac keyboard driver?
  5. Message-ID: <21900.2B67BD78@zeus.ieee.org>
  6. Date: 27 Jan 93 23:48:00 GMT
  7. Sender: news
  8. Organization: FidoNet node 1:2603/204 - Not Even Odd, Forest Hills NY
  9. Lines: 22
  10.  
  11. I don't believe that the Mac has a separate keyboard driver. The keyboard,
  12.  
  13. like the screen, is controlled by the system software itself, as an integral
  14.  
  15. part. Why do you need to go so low-level though? It sounds as if what you
  16. need
  17.  can be done by simply reading keyDown events. If you don't do it using
  18. the
  19.  events manager, your program will probably not work on a Mac Plus, and
  20. may
  21.  even be keyboard-dependent (ie not work on an Extended keyboard, or
  22. whatever)
  23.  but I'm not sure about the latter. It would definitely not work on
  24. a Plus,
  25.  however, which has no ADB. But you should be able to simply use the
  26. event
  27.  manager, no?
  28.  
  29.  
  30. --  
  31. =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
  32.  Tommy Brown - Internet: Tommy.Brown@f204.n2603.z1.ieee.org
  33.