home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / goattracker_2.73.zip / src / bme / bme_mou.h < prev    next >
Encoding:
Text File  |  2014-07-23  |  197 b   |  8 lines

  1. // BME mouse functions header file
  2.  
  3. void mou_init(void);
  4. void mou_uninit(void);
  5. void mou_getpos(unsigned *x, unsigned *y);
  6. void mou_getmove(int *dx, int *dy);
  7. unsigned mou_getbuttons(void);
  8.