Geant4-11
Functions
G4OpenInventorXtExtended.cc File Reference
#include "G4OpenInventorXtExtended.hh"
#include <Inventor/Xt/SoXt.h>
#include "G4Xt.hh"
#include "G4OpenInventorSceneHandler.hh"
#include "G4OpenInventorXtExtendedViewer.hh"
#include "G4OpenInventorXtExaminerViewerMessenger.hh"

Go to the source code of this file.

Functions

bool soxt_dispatch_event (void *a_event)
 

Function Documentation

◆ soxt_dispatch_event()

bool soxt_dispatch_event ( void *  a_event)
inline

Definition at line 46 of file G4OpenInventorXtExtended.cc.

46 {
47 return SoXt::dispatchEvent((XEvent*)a_event);
48}

Referenced by G4OpenInventorXtExtended::Initialize().