SFML community forums
Bindings - other languages => DotNet => Topic started by: Falke88 on August 10, 2014, 12:08:43 am
-
Am just going through the API and found out that in C# I cant receive any isOpen() Method from Window Class :/ what am I msising here?
greets
-
And IsOpen?
-
Or did you even bother to check the documentation? Or for that matter look at available members with the object browser?
If you are using SFML.NET 2.1 it is a function named IsOpen() and if you are using the latest master it has been changed to a readonly function IsOpen.