home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / emulaton / at2600 / !v2600 / h / control < prev    next >
Text File  |  1998-06-05  |  215b  |  11 lines

  1. /* The device independant keyboard and mouse interface. */
  2.  
  3. #ifndef control_h_defined
  4. #define control_h_defined
  5.  
  6.   int mouse_position(void);
  7.   int mouse_button(void);
  8.   enum control {STICK, PADDLE, KEYPAD};
  9.  
  10. #endif
  11.