Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoCallback.h File Reference

Go to the source code of this file.

Classes

class  SoCallback
 Provides custom behavior during actions. More...
 

Typedefs

typedef void SoCallbackCB(void *userData, SoAction *action)
 Callback functions registered with this node should be of this type.
 

Typedef Documentation

◆ SoCallbackCB

typedef void SoCallbackCB(void *userData, SoAction *action)

Callback functions registered with this node should be of this type.

Definition at line 76 of file SoCallback.h.