clear method

void clear()

Сбрасывает состояние зажатых клавиш.

Implementation

void clear() {
  _setSnapshot(CarpenterHotkeySnapshot.empty);
}