Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SoSensor.h File Reference
#include <Inventor/SbBasic.h>

Go to the source code of this file.

Classes

class  SoSensor
 The SoSensor class is the abstract base class for all sensors. More...
 

Typedefs

typedef void SoSensorCB(void *data, SoSensor *sensor)
 
typedef SoSensorCBSoSensorCBPtr
 

Typedef Documentation

◆ SoSensorCB

void SoSensorCB

Sensor callback functions must have this signature to be valid for registering with SoSensor.