[SDL] SDL_GetWMInfo() not implemented?
Robert Dailey
rcdailey at gmail.com
Mon Dec 3 11:12:40 PST 2007
Hi,
I'm doing the following:
SDL_SysWMinfo info;
SDL_VERSION( &info.version );
if( !SDL_GetWMInfo( &info ) )
{
throw std::exception( "Failed to obtain HWND from SDL (InputRegistry)"
);
}
However, the exception is always thrown. Why is SDL_GetWMInfo() not working?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20071203/a0729df5/attachment.htm
More information about the SDL
mailing list