From f76100a99048727f21961d253ae3ac2f57a1597a Mon Sep 17 00:00:00 2001 From: Daniel The Fox <149774350+Daniel-The-Fox@users.noreply.github.com> Date: Sun, 5 Nov 2023 12:06:31 +0100 Subject: [PATCH] Remove outdated demo project reference The reference to a custom mouse cursor demo project provided is outdated. I believe it should be removed until there's an up-to-date working demo project for custom mouse cursor that can be shared. --- tutorials/inputs/custom_mouse_cursor.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tutorials/inputs/custom_mouse_cursor.rst b/tutorials/inputs/custom_mouse_cursor.rst index bbdb2da45..36fb6f5e3 100644 --- a/tutorials/inputs/custom_mouse_cursor.rst +++ b/tutorials/inputs/custom_mouse_cursor.rst @@ -87,12 +87,6 @@ Create a Node and attach the following script. Check :ref:`Input.set_custom_mouse_cursor() `'s documentation for more information on usage and platform-specific caveats. -Demo project ------------- - -Find out more by studying this demo project: -https://github.com/guilhermefelipecgs/custom_hardware_cursor - Cursor list -----------