RawKeyEvent constructor

RawKeyEvent(
  1. List<int> value
)

Constructs a new instance of RawKeyEvent.

Implementation

RawKeyEvent(List<int> value) : sequence = List<int>.from(value);