home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 202.lha / SoundScape / Include / mouse.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-12-28  |  339 b   |  21 lines

  1. /*    MOUSE.H        State structure for MouseBender
  2.  
  3.     (c) 1986    Todor Fay
  4.  
  5. */
  6.  
  7. struct MouseState {
  8.     long length;
  9.     long pitchbendx;
  10.     long pitchbendy;
  11.     long pitchbendscale;
  12.     long atouchx;
  13.     long atouchy;
  14.     long atouchscale;
  15.     long controlx;
  16.     long controly;
  17.     long controlnum;
  18.     long controlscale;
  19.     long midichannel;
  20. };
  21.