Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#include <Inventor/nodes/SoSubNode.h>
#include <Inventor/lists/SbList.h>
#include <Inventor/actions/SoHandleEventAction.h>
Go to the source code of this file.
Classes | |
class | SoEventCallback |
The SoEventCallback class provides functionality for catching events. More... | |
Typedefs | |
typedef void | SoEventCallbackCB(void *userdata, SoEventCallback *node) |
void SoEventCallbackCB |
Callback functions for SoEventCallback::addEventCallback() must be of this type. userdata is the last argument to SoEventCallback::addEventCallback(), and node is of course the SoEventCallback node in the scenegraph which caused the invocation of the callback.