ctrlKey property

bool get ctrlKey

Implementation

bool get ctrlKey => js_util.getProperty(this, 'ctrlKey');
set ctrlKey (bool newValue)

Implementation

set ctrlKey(bool newValue) {
  js_util.setProperty(this, 'ctrlKey', newValue);
}