Hey all,
I've just update SFML to 1.6, and it seems that the RenderWindow class no longer has an Events member. I was accessing this to get an array containing all of the window events that needed to be processed. Is there an equivalent in 1.6, and if not then what am I supposed to use? It seems that the c++ library has a function GetEvent for the Window class, but I can't see an equivalent with the .Net version...
Thanks,
Wibbs