17class VRPN_API vrpn_Tracker_JoyFly :
public vrpn_Tracker {
22 struct timeval prevtime;
25 q_matrix_type initMatrix, currentMatrix;
28 vrpn_Tracker_JoyFly (
const char * name, vrpn_Connection * c,
29 const char * source,
const char * config_file_name,
30 vrpn_Connection * sourceConnection = NULL);
31 virtual ~vrpn_Tracker_JoyFly (
void);
34 virtual void reset (
void);
36 void update (q_matrix_type &);
38 static void VRPN_CALLBACK handle_joystick (
void *,
const vrpn_ANALOGCB);