14 #ifndef AWWEBKEYBOARDMOUSE_H
15 #define AWWEBKEYBOARDMOUSE_H
17 #include "pandabase.h"
18 #include "typedReferenceCount.h"
21 #include "mouseAndKeyboard.h"
32 int _button_events_input;
33 int _button_events_output;
48 static void init_type() {
49 MouseAndKeyboard::init_type();
50 register_type(_type_handle,
"AwMouseAndKeyboard",
51 DataNode::get_class_type());
54 return get_class_type();
56 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
Thin wrappings arround WebCore.h.
The fundamental type of node for the data graph.
TypeHandle is the identifier used to differentiate C++ class types.
Encapsulates the data generated from (or sent into) any particular DataNode.
This object supervises the traversal of the data graph and the moving of data from one DataNode to it...