JuliaGL / GLFW.jl

Julia interface to GLFW, a multi-platform library for creating windows with OpenGL contexts and managing input and events.
http://www.glfw.org/
MIT License
138 stars 32 forks source link

relax type constraint of GetMouseButton #205

Closed ffreyer closed 4 years ago

ffreyer commented 4 years ago

This allows you to use GLFW.GetMouseButton(window, Cint(...)).