public static void GetCursorPos(GlfwWindow window, out double xpos, out double ypos) { GlfwCore.glfwGetCursorPos(window, out xpos, out ypos); }