GLFWcursorposfun

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias GLFWcursorposfun = void function(GLFWwindow*, double, double)
  2. alias GLFWcursorposfun = void function(GLFWwindow*, double, double)
    version(!BindGLFW_NoGC_Callbacks)
    extern (C) nothrow
    alias GLFWcursorposfun = void function
    (,
    double
    ,
    double
    )

Meta