Skip to content

Cursor type

Provides an action to change the type of the cursor, and a behavior to change the cursor when an object is hovered.

Authors and contributors to this experimental extension: arthuro555, Bouh.


Provides an action to change the type of the cursor, and a behavior to change the cursor when an object is hovered.

Find the list of cursors here: https://developer.mozilla.org/en-US/docs/Web/CSS/cursor

Tip

Learn how to install new extensions by following a step-by-step guide.

Actions

Cursor type
Change the type of the cursor.

See parameters & details
  • Parameter 1 (🔤 String): The new cursor type List of available cursors on https://developer.mozilla.org/en-US/docs/Web/CSS/cursor (one of: "auto", "default", "none", "context-menu", "help", "pointer", "progress", "wait", "cell", "crosshair", "text", "vertical-text", "alias", "copy", "move", "no-drop", "not-allowed", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nwse-resize", "zoom-in", "zoom-out")

Technical note: parameters 0, 2 are internal parameters handled by GDevelop.

Technical note: this action internal type (in GDevelop JSON) is CursorType::ChangeCursorType.

Custom cursor when hovered

Change the cursor appearence when the object is hovered (on Windows, macOS or Linux).

No expressions for this behavior.


This page is an auto-generated reference page about the Cursor type extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.