Open nsglover opened 6 years ago
Hm let me see, the CppSharp Version used here should be updated anyway (The build system should use a dependency on the nuget package).
Ah I forgot that I fixed that part of the build system some time ago xD
Okay, I looked into the generated file again and agree on your observation. The generated code is very wrong but I first need to find out why this is the case. If this is a bug in CppSharp I'll try to fix it.
Thanks @NathanielGlover for reporting!
Sure thing! I don't know if this helps any, but I'm using the RawBinding build on Mono.
This Looks to me like a bug in CppSharp but I'm still checking.
I noticed this problem still exists?
There are a few functions that don't return what the GLFW documentation says they should:
There may be others; I'll be sure to update this issue if I find any.
Should be a simple fix; looks like the CppSharp-generated file (/generated/GLFW3.cs) just needs a little tweaking. I tried to figure it out myself (if I had this would have been a pull request), but was unsuccessful. Thanks!