glfw_char_callback:GLFWcharfun   xtlang


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

Implementation

(bind-func glfw_char_callback:GLFWcharfun
  (lambda (window codepoint)
    (printf "window: %p codepoint: %c\n" window codepoint)
    void))


Back to Index