25 #ifndef WGEGRAPHICSWINDOW_H
26 #define WGEGRAPHICSWINDOW_H
28 #include <boost/shared_ptr.hpp>
29 #include <osgViewer/GraphicsWindow>
31 #include "WGraphicsEngineMode.h"
50 WGEGraphicsWindow( osg::ref_ptr<osg::Referenced> wdata,
int x,
int y,
int width,
int height );
77 MOUSEPRESS, MOUSERELEASE, MOUSEDOUBLECLICK, MOUSEMOVE, MOUSESCROLL
86 virtual void resize(
int width,
int height );
125 virtual void setClosed(
bool closed =
true );
132 #ifdef WGEMODE_MULTITHREADED
160 #endif // WGEGRAPHICSWINDOW_H