14 #ifndef PGMOUSEWATCHERPARAMETER_H 15 #define PGMOUSEWATCHERPARAMETER_H 40 void output(std::ostream &out)
const;
46 static void init_type() {
47 TypedWritableReferenceCount::init_type();
49 TypedWritableReferenceCount::get_class_type());
52 return get_class_type();
54 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
This specialization on MouseWatcherParameter allows us to tag on additional elements to events for th...
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A base class for things which need to inherit from both TypedWritable and from ReferenceCount.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.
This is sent along as a parameter to most events generated for a region to indicate the mouse and but...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.