home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / text / ncclib.zip / NCCDEMO.ZIP / MOUSE.CH < prev   
Text File  |  1991-11-06  |  156b  |  10 lines

  1.  
  2. //────────────────┐
  3. //  Mouse Buttons │
  4. //────────────────┘
  5.  
  6. #define LEFT_BUTTON       1
  7. #define RIGHT_BUTTON      2
  8. #define BOTH_BUTTONS      3
  9.  
  10.