ctrlKey property

bool get ctrlKey

The read-only ctrlKey property of the TouchEvent interface returns a boolean value indicating whether the control (Control) key is enabled when the touch event is created. If this key is enabled, the attribute's value is true. Otherwise, it is false.

This property is .

Implementation

external bool get ctrlKey;