예제 #1
0
 /// <summary>
 /// Returns the window whose context is current on the calling thread.
 /// </summary>
 /// <returns></returns>
 public static GLFW_Window GetCurrentContext() => GLFW_Window.GetWindowFromPtr(__GetCurrentContext());