home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / main / event.proto.h < prev    next >
Encoding:
Text File  |  1995-04-13  |  552 b   |  16 lines  |  [TEXT/CWIE]

  1.  
  2. /* event.c */
  3. void    HandleMouseDown(EventRecord myEvent);
  4. short updateCursor(short force);
  5. void NoWindow(void);
  6. Boolean CheckPageKeys(short code);
  7. void SendOneChar(unsigned char sendch);
  8. void HandleKeyDown(EventRecord theEvent,struct WindRec *tw);
  9. void DoEvents(void);
  10. void    CloseAWindow(WindowPtr    theWindow);
  11. void HandleRemapping(unsigned char *ascii, Boolean *commanddown,
  12.         Boolean *controldown,Boolean *optiondown, unsigned char *code);//BUGG make it static
  13. void HandleEvent(EventRecord *myEvent);
  14. void NotifyUser (void);
  15. void SetDefaultKCHR(void);
  16.