16#ifndef _VRPN_EVENT_MOUSE_H_
17#define _VRPN_EVENT_MOUSE_H_
36 const char* evdev_name =
"/dev/input/event0" );
48 void process_mouse_data ();
55 struct timeval timestamp;
virtual void mainloop()=0
Called once through each main loop iteration to handle updates. Remote object mainloop() should call ...
Generic connection class not specific to the transport mechanism.
vrpn_Event_Analog(const char *name, vrpn_Connection *connection, const char *evdev_name)
vrpn_Event_Mouse(const char *name, vrpn_Connection *c=0, const char *evdev_name="/dev/input/event0")
class VRPN_API vrpn_Connection