Пример #1
0
 public static void SetKeyCallback(Window window, SetKeyCallbackDelegate cbfun)
 {
     Imports.glfwSetKeyCallback(window, cbfun);
 }