movingControls

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
the movingControls
movingControls()
Summary

Returns a list of controls that are being moved by the move command.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
the movingControls
if myID is among the lines of the movingControls then beep
Values
NameTypeDescription
return

The movingControls function returns a list of the long ID properties of each moving control or window, one per line.

RelatedKeyword: control, line
Property: properties, ID
Command: move
Glossary: command, control, return
Control Structure: function
Description

Use the movingControls function to find out whether a control or window is still moving, or to perform an action on each control or window that is moving.

Tagsmultimedia