SFML community forums
Bindings - other languages => DotNet => Topic started by: Kwang1imsa on March 17, 2011, 04:51:55 pm
-
Hi,
I'm using SFML with OGRE and I'm binding OGRE's window handle to SFML. Unfortunately, the window does not respond to any events and freezes up in my while loop.
How can I have a different window respond to keyboard, click, resize, and etc. events through SFML?
-
The best description I can give is that when I bind SFML to the new handle, the window no longer responds to mouse events.
-
Update:
The window no longer freezes, it works fine. But, none of SFML's events are recognized even though I passed the handle to SFML's RenderWindow.