15 #ifndef CLIENTTRACKERDEVICE_H
16 #define CLIENTTRACKERDEVICE_H
18 #include "pandabase.h"
20 #include "clientDevice.h"
21 #include "trackerData.h"
43 static void init_type() {
44 ClientDevice::init_type();
45 register_type(_type_handle,
"ClientTrackerDevice",
46 ClientDevice::get_class_type());
49 return get_class_type();
51 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
57 #include "clientTrackerDevice.I"
A device, attached to the ClientBase by a TrackerNode, that records the data from a single tracker de...
Stores the kinds of data that a tracker might output.
An abstract base class for a family of client device interfaces–including trackers, buttons, dials, and other analog inputs.
TypeHandle is the identifier used to differentiate C++ class types.
Any of a number of different devices that might be attached to a ClientBase, including trackers...