adamlwgriffiths / cyglfw3

Cython bindings for GLFW3
Other
20 stars 6 forks source link

No way to create full screen window #4

Closed sksullivan closed 10 years ago

sksullivan commented 10 years ago

The CreateWindow function NULLs out the last two parameters to glfwCreateWindow(), disallowing the creation of a full screen window via

cglfw3.glfwCreateWindow(width, height, title, cglfw3.glfwGetPrimaryMonitor(), NULL)

I would submit a pull request, but I can't get cyglfw3 to build.

adamlwgriffiths commented 10 years ago

Thanks for pointing this out, I'll take a look.

Could you raise an issue with the problems you're seeing getting it to build?

adamlwgriffiths commented 10 years ago

This has been fixed in 0.0.3. Cheers