ghostty_key_encoder_setopt function

void ghostty_key_encoder_setopt(
  1. GhosttyKeyEncoder encoder,
  2. GhosttyKeyEncoderOption option,
  3. Pointer<Void> value
)

Implementation

void ghostty_key_encoder_setopt(
  GhosttyKeyEncoder encoder,
  GhosttyKeyEncoderOption option,
  ffi.Pointer<ffi.Void> value,
) => _ghostty_key_encoder_setopt(encoder, option.value, value);