Esempio n. 1
0
 public static void SetWindowPosCallback(Window window, SetWindowPosCallbackDelegate cbfun)
 {
     Imports.glfwSetWindowPosCallback(window, cbfun);
 }