unlock cursor

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
unlock cursor
Summary

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

Introduced1.0
OSmac, windows, linux
Platformsdesktop
Example
unlock cursor
RelatedCommand: unlock screen, lock cursor, unlock colorMap
Glossary: property, handler, mouse pointer, command, execute
Property: lockCursor, 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 executing, the lockCursor property is set to false automatically.

Set the cursor property to change the cursor.

Tagsui