glfw_error_callback:GLFWerrorfun   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/external/glfw3.xtm

Implementation

(bind-func glfw_error_callback:GLFWerrorfun
  (lambda (err description)
    (printf "GLFW error %d: %s\n" err description)
    void))


Back to Index