Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
RocketInputHandler Class Reference

DataNode that listens for keyboard and mouse events and passes them to libRocket. More...

List of all members.

Public Member Functions

 RocketInputHandler (string name)
 RocketInputHandler ()

Static Public Member Functions

static TypeHandle getClassType ()
static int getRocketKey (ButtonHandle const handle)
 Returns the libRocket KeyIdentifier for the given ButtonHandle, or KI_UNKNOWN (0) if it wasn't known.

Detailed Description

DataNode that listens for keyboard and mouse events and passes them to libRocket.


Constructor & Destructor Documentation

RocketInputHandler ( string  name)

Member Function Documentation

static TypeHandle getClassType ( ) [static]
static int getRocketKey ( ButtonHandle const  handle) [static]

Returns the libRocket KeyIdentifier for the given ButtonHandle, or KI_UNKNOWN (0) if it wasn't known.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties