KeyEventState constructor

const KeyEventState(
  1. int value
)

Constructs a new instance of KeyEventState.

Implementation

const KeyEventState(int value) : _value = value;