Beispiel #1
0
 public static void SetCursorPosCallback(Window window, SetCursorPosCallbackDelegate cbfun)
 {
     Imports.glfwSetCursorPosCallback(window, cbfun);
 }