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