contrib/brl/bbas/bgui3d/bgui3d_translate_event.h
Go to the documentation of this file.
00001 // This is brl/bbas/bgui3d/bgui3d_translate_event.h
00002 #ifndef bgui3d_translate_event_h_
00003 #define bgui3d_translate_event_h_
00004 //:
00005 // \file
00006 // \brief translates vgui events into Coin3d events
00007 // \author Matt Leotta, (mleotta@lems.brown.edu)
00008 // \date May 24, 2004
00009 //
00010 // \verbatim
00011 //  Modifications
00012 //   <none yet>
00013 // \endverbatim
00014 
00015 #include <vgui/vgui_event.h>
00016 #include <Inventor/events/SoEvent.h>
00017 
00018 //: Translate a \p vgui_event to an \p SoEvent*
00019 // The user is responsible for deleting the SoEvent
00020 SoEvent* bgui3d_translate_event(const vgui_event& v_event);
00021 
00022 
00023 #endif // bgui3d_translate_event_h_