15 #ifndef VRPNBUTTONDEVICE_H
16 #define VRPNBUTTONDEVICE_H
18 #include "pandabase.h"
20 #include "clientButtonDevice.h"
48 static void init_type() {
49 ClientButtonDevice::init_type();
50 register_type(_type_handle,
"VrpnButtonDevice",
51 ClientButtonDevice::get_class_type());
54 return get_class_type();
56 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
64 #include "vrpnButtonDevice.I"
A specific ClientBase that connects to a VRPN server and records information on the connected VRPN de...
TypeHandle is the identifier used to differentiate C++ class types.