15 #ifndef MOUSEWATCHERGROUP_H 16 #define MOUSEWATCHERGROUP_H 18 #include "pandabase.h" 19 #include "mouseWatcherBase.h" 20 #include "referenceCount.h" 40 static void init_type() {
41 MouseWatcherBase::init_type();
42 ReferenceCount::init_type();
43 register_type(_type_handle,
"MouseWatcherGroup",
44 MouseWatcherBase::get_class_type(),
45 ReferenceCount::get_class_type());
This represents a collection of MouseWatcherRegions that may be managed as a group.
This represents a collection of MouseWatcherRegions that may be managed as a group.
A base class for all things that want to be reference-counted.
TypeHandle is the identifier used to differentiate C++ class types.