Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 344 Bytes

File metadata and controls

20 lines (12 loc) · 344 Bytes

tools.ctlIsDown

Availability

Flash MX 2004.

Usage

tools.ctlIsDown

Description

Read-only property; a Boolean value that is true if the Control key is pressed; false otherwise.

Example

The following example determines whether the Control key is being pressed:

var isCtrldown = fl.tools.ctrlIsDown;