$KeyEvent.wrap constructor

$KeyEvent.wrap(
  1. KeyEvent $value
)

Wrap a KeyEvent in a $KeyEvent

Implementation

$KeyEvent.wrap(this.$value) : _superclass = $Object($value);