down

Typeconstant
DictionaryLCS
LibraryLiveCode Script
Syntax
down
Summary

Equivalent to the string "down".

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
wait while the mouse is down
if the altKey is down then showHelpText
RelatedKeyword: string
Constant: left, up
Message: arrowKey
Command: constant
Glossary: mouse button, modifier key, handler
Description

Use the down constant to indicate the state of a mouse button or modifier key, or in an arrowKey handler.

Tagsui