#include <Inventor/fields/SoSFBool.h>
#include <Inventor/fields/SoSFInt32.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoSubNode.h>
#include <Inventor/events/SoMouseButtonEvent.h>
#include <Inventor/sensors/SoFieldSensor.h>
#include <Inventor/sensors/SoNodeSensor.h>
#include <Inventor/fields/SoSFVec2f.h>
#include <Inventor/fields/SoSFEnum.h>
#include <Inventor/nodes/SoPerspectiveCamera.h>
#include "SoUtilsSystem.h"
Go to the source code of this file.
◆ CallbackFunctionPtr
typedef SbViewportRegion(* CallbackFunctionPtr) (void *, SbViewportRegion) |