KeyReleasedEvent constructor

KeyReleasedEvent(
  1. int key
)

Implementation

KeyReleasedEvent(this.key) : assert(key >= 0 && key <= 15);