Пример #1
0
 public static void SetWindowUserPointer(Window window, IntPtr pointer)
 {
     Imports.glfwSetWindowUserPointer(window, pointer);
 }