1#ifndef VRPN_BUTTON_USB_H
10 vrpn_Button_USB(
const char *name,
const char *deviceName,
19 bool USBWrite(
const unsigned long &data);
21 bool USBRead(
unsigned long &data,
int port);
23 bool USB_IO(
unsigned long lIn,
int lInSize,
unsigned long &lOut,
virtual void mainloop()=0
Called once through each main loop iteration to handle updates. Remote object mainloop() should call ...
class VRPN_API vrpn_Connection