SoEventCallback.h.3coin4 - Man Page
SoEventCallback.h
Synopsis
#include <Inventor/nodes/SoSubNode.h>
#include <Inventor/lists/SbList.h>
#include <Inventor/actions/SoHandleEventAction.h>
Classes
class SoEventCallback
The SoEventCallback class provides functionality for catching events.
Typedefs
typedef void SoEventCallbackCB(void *userdata, SoEventCallback *node)
Typedef Documentation
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.
Author
Generated automatically by Doxygen for Coin from the source code.
Info
Wed Jul 19 2023 00:00:00 Version 4.0.0 Coin