unlock cursor

Sets the lockCursor property to false, allowing the cursor shape to change normally depending on what the mouse pointer is over.

# Metadata

Platforms: desktop OS: mac, windows, linux Introduced: 1.0 Security:

# Syntax

unlock cursor

# Examples

unlock cursor

# Description

Use the unlock cursor command to allow LiveCode to change the cursor rather than retaining the cursor you set.

The unlock cursor command sets the lockCursor property to false. When all pending handlers are finished execute, the lockCursor property is set to false automatically.

Set the cursor property to change the cursor.

# Tags

ui,

# See