Exemple #1
0
 public static void SetMonitorCallback(GlfwMonitorFun cbfun)
 {
     GlfwDelegates.glfwSetMonitorCallback(cbfun);
 }
Exemple #2
0
		internal static extern void glfwSetMonitorCallback(GlfwMonitorFun cbfun);
Exemple #3
0
		public static void SetMonitorCallback(GlfwMonitorFun cbfun) {
			GlfwDelegates.glfwSetMonitorCallback(cbfun);
		}
 internal static extern void glfwSetMonitorCallback(GlfwMonitorFun cbfun);