KeyEventState constructor
const
KeyEventState(
- int value
Constructs a new instance of KeyEventState.
Implementation
const KeyEventState(int value) : _value = value;
Constructs a new instance of KeyEventState.
const KeyEventState(int value) : _value = value;