Geant4-11
Functions
G4OpenInventorXt.cc File Reference
#include "G4OpenInventorXt.hh"
#include <Inventor/Xt/SoXt.h>
#include "G4Xt.hh"
#include "G4OpenInventorSceneHandler.hh"
#include "G4OpenInventorXtViewer.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 42 of file G4OpenInventorXt.cc.

42 {
43 return SoXt::dispatchEvent((XEvent*)a_event);
44}

Referenced by G4OpenInventorXt::Initialize().