26 ClientButtonDevice(
ClientBase *client,
const std::string &device_name):
36 out << get_type() <<
" " <<
get_name() <<
" (";
44 void ClientButtonDevice::
45 write(ostream &out,
int indent_level)
const {
46 indent(out, indent_level) << get_type() <<
" " << get_name() <<
":\n";
std::ostream & indent(std::ostream &out, int indent_level)
A handy function for doing text formatting.
An abstract base class for a family of client device interfaces–including trackers,...
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Any of a number of different devices that might be attached to a ClientBase, including trackers,...