glfw_cursor_position_callback:GLFWcursorposfun   xtlang


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

Implementation

(bind-func glfw_cursor_position_callback:GLFWcursorposfun
  (lambda (window xpos ypos)
    (printf "cursor position x: %f y: %f\n" xpos ypos)
    void))


Back to Index