Panda3D
Static Public Member Functions | List of all members
EventReceiver Class Reference

An abstract base class for anything that might care about receiving events. More...

#include "eventReceiver.h"

Static Public Member Functions

static TypeHandle get_class_type ()
 
static void init_type ()
 

Detailed Description

An abstract base class for anything that might care about receiving events.

An object that might receive an event should inherit from this class; each event may be sent with an optional EventReceiver pointer.

Definition at line 25 of file eventReceiver.h.


The documentation for this class was generated from the following files: