home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Tutorial / Cookbook / 21.mouse / notes < prev    next >
Encoding:
Text File  |  1993-01-18  |  481 b   |  26 lines

  1. Template for cookbook "notes" file.
  2.  
  3. Objective:
  4. To learn how to track the mouse inside custom views.
  5.  
  6. Summary:
  7. Copy the program from Bruce Webster's book "The NeXT Book".
  8. Update it to 1.0 by changing "<>" to "!=", removing the
  9. "mouseDown" line from the header file, and adding a few
  10. include files for additional type checking.
  11.  
  12. Complexity:
  13.    number of message statements:
  14.    lines of C code:
  15.    lines of postscript:
  16.    
  17. Terms:
  18.    
  19. Discussion:
  20.    
  21. Method:
  22.  
  23. Further Questions:
  24.    
  25.  
  26.