public static void SetCursor(GlfwWindow window, GlfwCursor cursor) { GlfwCore.glfwSetCursor(window, cursor); }
internal static extern void glfwSetCursor(GlfwWindow window, GlfwCursor cursor);
public static void DestroyCursor(GlfwCursor cursor) { GlfwCore.glfwDestroyCursor(cursor); }
internal static extern void glfwDestroyCursor(GlfwCursor cursor);