GLFW.jl icon indicating copy to clipboard operation
GLFW.jl copied to clipboard

How to add new user data to the window context?

Open Gnimuc opened this issue 4 years ago • 0 comments
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.

Gnimuc avatar May 25 '21 15:05 Gnimuc