[eq-dev] where is eq::Window::getWGLWindowHandle() ?
Stefan Eilemann
eilemann at gmail.com
Tue Aug 12 14:02:23 CEST 2008
On Tue, Aug 12, 2008 at 12:01 PM, 常辉 <rick.changhui at gmail.com> wrote:
> Hi,
>
> I'm updating an older applicaion from eq 0.3 to the svn version
> besides some namespace changed,
> I can't find eq::Window::getWGLWindowHandle()
> then how to get a window's handler?
WGLWindowIF* osWindow = static_cast< WGLWindowIF* >( window->getOSWindow());
osWindow->getWGLWindowHandle()
This only works if your OS window is a WGLWindow.
The documentation for this change is pending, but will be there for
the next developer release.
HTH,
Stefan.
More information about the eq-dev
mailing list