GLFW.jl
GLFW.jl copied to clipboard
How to add new user data to the window context?
trafficstars
Currently, it seems the user data is dedicated to callbacks:
https://github.com/JuliaGL/GLFW.jl/blob/1fcbeaf2304cc4afde964d17b9b191a28ca7dedf/src/glfw3.jl#L501-L503
If a new user data pointer is registered, those callback APIs cannot work properly.