unlock cursor | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Sets the lockCursor property to false, allowing the cursor shape to change normally depending on what the mouse pointer is over. |
Introduced | 1.0 |
OS | mac, windows, linux |
Platforms | desktop |
Example |
|
Related | Command: 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. |
Tags | ui |