ghostty_key_encoder_setopt function
void
ghostty_key_encoder_setopt(
- GhosttyKeyEncoder encoder,
- GhosttyKeyEncoderOption option,
- 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);