home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 13013 < prev    next >
Encoding:
Text File  |  1992-07-25  |  833 b   |  22 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!gatech!hubcap!opusc!usceast!walkerj
  3. From: walkerj@math.scarolina.edu (Jim Walker)
  4. Subject: Re: Using PostHighLevelEvents to send low level (KeyPressed) events
  5. Message-ID: <walkerj.711999337@milo.math.scarolina.edu>
  6. Sender: usenet@usceast.cs.scarolina.edu (USENET News System)
  7. Organization: USC  Department of Computer Science
  8. References: <76508@ut-emx.uucp>
  9. Distribution: na
  10. Date: 24 Jul 92 17:35:37 GMT
  11. Lines: 9
  12.  
  13. To post low-level events, use PPostEvent.  It is documented in IM IV, but
  14. was omitted from the index.  I think it's in the chapter on the OS Event
  15. Manager.  The advantage of PPostEvent over PostEvent is that the former
  16. allows you to set the modifiers, location, and time as well as the message.
  17.  
  18.  
  19. --
  20.  
  21.  -- Jim Walker  USC Dept. of Math.  walkerj@math.scarolina.edu
  22.