SFML community forums

Bindings - other languages => DotNet => Topic started by: Falke88 on August 10, 2014, 12:08:43 am

Title: Window.isOpen() not available for C# ?
Post 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
Title: Re: Window.isOpen() not available for C# ?
Post by: G. on August 10, 2014, 12:26:51 am
And IsOpen?
Title: Re: Window.isOpen() not available for C# ?
Post by: zsbzsb on August 10, 2014, 02:14:57 am
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.