reset method

void reset()

Implementation

void reset() {
  _ensureOpen();
  bindings.ghostty_mouse_encoder_reset(_handle);
}