Panda3D
|
Thin wrappings arround WebCore.h. More...
#include "AwMouseAndKeyboard.h"
Public Member Functions | |
AwMouseAndKeyboard (const string &name) | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
Protected Member Functions | |
virtual void | do_transmit_data (DataGraphTraverser *trav, const DataNodeTransmit &input, DataNodeTransmit &output) |
The virtual implementation of transmit_data(). | |
Protected Attributes | |
int | _button_events_input |
int | _button_events_output |
Thin wrappings arround WebCore.h.
Definition at line 28 of file AwMouseAndKeyboard.h.
void AwMouseAndKeyboard::do_transmit_data | ( | DataGraphTraverser * | trav, |
const DataNodeTransmit & | input, | ||
DataNodeTransmit & | output | ||
) | [protected, virtual] |
The virtual implementation of transmit_data().
This function receives an array of input parameters and should generate an array of output parameters. The input parameters may be accessed with the index numbers returned by the define_input() calls that were made earlier (presumably in the constructor); likewise, the output parameters should be set with the index numbers returned by the define_output() calls.
Reimplemented from DataNode.
Definition at line 29 of file AwMouseAndKeyboard.cxx.
References DataNodeTransmit::get_data(), ButtonEventList::get_event(), ButtonHandle::get_index(), ButtonHandle::get_name(), ButtonEventList::get_num_events(), EventParameter::get_ptr(), and DataNodeTransmit::has_data().