KeyPressedEvent constructor

KeyPressedEvent(
  1. int key
)

Implementation

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