Livecode Wiki
Register
Advertisement

Sets the lockCursor property to true, preventing the cursor shape from changing.

Built-in Message handler[]

Syntax:

lock cursor

Examples:

lock cursor
if the mouse is not down then lock cursor

Use the lock cursor command to make the cursor retain a specified appearance until you change it.

The lock cursor command sets the lockCursor property to true.

Set the cursor property to change the cursor.

See also: unlock cursor (command),lock colorMap (command),lockCursor (property),cursor (property),

Advertisement