Exemple #1
0
 public static void SetMonitorCallback(SetMonitorCallbackDelegate cbfun)
 {
     Imports.glfwSetMonitorCallback(cbfun);
 }