SFML community forums

Bindings - other languages => DotNet => Topic started by: asdatapel on January 14, 2012, 06:28:56 pm

Title: pollevent
Post by: asdatapel on January 14, 2012, 06:28:56 pm
im starting out using the .net binding, but when i try to use the window.pollevent, it says the funtion is inaccesible due to its protection level. help?
Title: pollevent
Post by: Laurent on January 14, 2012, 07:56:36 pm
In SFML.Net you must call DispatchEvents().
Title: pollevent
Post by: asdatapel on January 15, 2012, 06:35:52 pm
thanks.
the sfml .net binding is pretty different from the c version. Unfortunately, i cant find the documentation. in the doc folder, there's only some XML files.
Title: pollevent
Post by: Laurent on January 15, 2012, 07:05:45 pm
The documentation must be generated with NDoc.