home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 039A / SW.ZIP / SIMPWINH.ZIP / mouse21.h next >
Encoding:
Text File  |  1997-02-12  |  538 b   |  25 lines

  1. /* simple windows copyright 1994,1995,1996 by bruce r. o'banion */
  2.  
  3. int mouinstalled(void);
  4. void moureset(void);
  5. int moubuttonpressed(int);
  6. void mouhide(void);
  7. void moushow(void);
  8. void mousetposition(int,int);
  9. int mouposition(int*,int*);
  10. int mousetmaxposition(int,int,int,int);
  11. int moubuttonrelease(int);
  12. int loadcurs(void*,int);
  13. void moucursortype(unsigned int type);
  14. int mou_get_adapter(void);
  15. int mou_get_mode(int *col,int *row);
  16.  
  17. #define LEFTBUTTON     0
  18. #define RIGHTBUTTON    1
  19. #define MIDBUTTON      2
  20.  
  21.  
  22.  
  23.  
  24.  
  25.