#include "bgui3d_translate_event.h"#include <Inventor/events/SoKeyboardEvent.h>#include <Inventor/events/SoMouseButtonEvent.h>#include <Inventor/events/SoLocation2Event.h>#include <vul/vul_get_timestamp.h>Go to the source code of this file.
Functions | |
| SoEvent * | bgui3d_translate_event (const vgui_event &v_event) |
Translate a vgui_event to an SoEvent*. | |
Definition in file bgui3d_translate_event.cxx.
| SoEvent* bgui3d_translate_event | ( | const vgui_event & | v_event | ) |
Translate a vgui_event to an SoEvent*.
The user is responsible for deleting the SoEvent
Definition at line 14 of file bgui3d_translate_event.cxx.
1.7.5.1