glfw_key_callback:GLFWkeyfun   xtlang


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

Implementation

(bind-func glfw_key_callback:GLFWkeyfun
  (lambda (window key scancode action mods)
    (printf "window: %p key: %d scancode: %d action: %d mods: %d\n"
            window key scancode action mods)
    void))


Back to Index