ctrlKey property

bool ctrlKey

Implementation

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

Implementation

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