glfw_mouse_button_callback:GLFWmousebuttonfun   xtlang


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

Implementation

(bind-func glfw_mouse_button_callback:GLFWmousebuttonfun
  (lambda (window button action mods)
    (printf "window: %p button %d action %d mods %d\n" window button action mods)
    void))


Back to Index