Inheritance diagram for DeviceSensorNode:

Public Member Functions | |
| virtual bool | handleEvent (const Event &event) |
| Callback function that is implemented by the callee. | |
These can be built-in (like keyboard and mouse) or plugged in, like space-balls.
Authoring Interface:
DeviceSensorNode {
field SFBoolean enabled true
field SFURL device ""
}
| enabled | controls whether this node will emit any events. Default value: true | |
| device | is a string identifying the device this sensor is listening to. Default value: "" |
Functionality:
...
|
|
Callback function that is implemented by the callee.
Implements EventHandler. Reimplemented in ButtonSensor, ValueSensor, and WindowSensor. |
1.4.3