glfw_window_position_callback:GLFWwindowposfun   xtlang


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

Implementation

(bind-func glfw_window_position_callback:GLFWwindowposfun
  (lambda (window xpos ypos)
    (printf "window position x: %d y: %d\n" xpos ypos)
    void))


Back to Index