15 #ifndef PGMOUSEWATCHERPARAMETER_H
16 #define PGMOUSEWATCHERPARAMETER_H
18 #include "pandabase.h"
20 #include "mouseWatcherParameter.h"
21 #include "typedWritableReferenceCount.h"
41 virtual ~PGMouseWatcherParameter();
44 void output(ostream &out)
const;
50 static void init_type() {
51 TypedWritableReferenceCount::init_type();
52 register_type(_type_handle,
"PGMouseWatcherParameter",
53 TypedWritableReferenceCount::get_class_type());
56 return get_class_type();
58 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
64 #include "pgMouseWatcherParameter.I"
This specialization on MouseWatcherParameter allows us to tag on additional elements to events for th...
A base class for things which need to inherit from both TypedWritable and from ReferenceCount.
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...