Is it possible to use SFML to draw to a window in which I only have the window handle? For example, a function creates a window and returns the window handle. The window handle is the only bit of information I have about that window. Can I use that handle and draw directly to that window?