Exemplo n.º 1
0
 public static IntPtr GetWindowUserPointer(Window window)
 {
     return(Imports.glfwGetWindowUserPointer(window));
 }