Ejemplo n.º 1
0
 public static void SetCursorPos(Window window, double x, double y)
 {
     Imports.glfwSetCursorPos(window, x, y);
 }