home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Zone / VRZONE.ISO / mac / PC / PCGLOVE / GLOVE / OBJGLV.ZIP / INCLUDE / DEMO4B / INPUTPTR.HPP < prev    next >
C/C++ Source or Header  |  1993-04-27  |  392b  |  10 lines

  1. #include "standard.hpp"
  2.  
  3. pconfig *mouse_driver(int op, POINTER *p, int mode, int dummy = 0);
  4. pconfig *glove_driver(int op, POINTER *p, int mode, int which);
  5. PDRIVER *gloveptr_init(char *gname, int which);
  6. void gloveptr_setup(PDRIVER * p, long sx, long sy, long sz, long srx, long sry, long srz);
  7. void glove_Start();
  8. Boolean glove_Polarity(int which);
  9. int perform_gestset(int which);
  10.