Panda3D
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
AwMouseAndKeyboard Class Reference

Thin wrappings arround WebCore.h. More...

#include "AwMouseAndKeyboard.h"

Inheritance diagram for AwMouseAndKeyboard:
DataNode PandaNode TypedWritable Namable LinkedListNode ReferenceCount TypedObject MemoryBase MemoryBase MemoryBase

List of all members.

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

Detailed Description

Thin wrappings arround WebCore.h.

Definition at line 28 of file AwMouseAndKeyboard.h.


Member Function Documentation

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().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations