Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members | Related Pages

DropSensor Class Reference

DropSensor listens for button events on the desired device (keyboard and mouse by default). More...

Inheritance diagram for DropSensor:

Node EventHandler Object List of all members.

Public Member Functions

virtual bool handleEvent (const Event &event)
 Callback function that is implemented by the callee.

Detailed Description

DropSensor listens for button events on the desired device (keyboard and mouse by default).

Authoring Interface:

        DropSensor {
            field       SFURL       url             ""
        }

Parameters:
url fires whenever a new asset is dropped into the Emma window. Default value: ""

Functionality:

...


Member Function Documentation

virtual bool handleEvent const Event event  )  [virtual]
 

Callback function that is implemented by the callee.

Parameters:
event specifies the time of the event. Event time will be the same for events occurring in the same render phase For example, PREUPDATE, POSTUPDATE, PRERENDER and POSTRENDER event callbacks will all pass the same event time for the same frame. Returning stop Emma from calling the rest of the handlers for this event If you return true, Emma will keep on calling rest of the handlers for this event

Implements EventHandler.


Generated on Sat Apr 1 06:08:08 2006 for Emma Content Development Kit by  doxygen 1.4.3