GLFWcursorposfunDart typedef

GLFWcursorposfunDart = void Function(Pointer<GLFWwindow>, double, double)

Implementation

typedef GLFWcursorposfunDart = void Function(
    Pointer<GLFWwindow>, double, double);