composing property
Implementation
bool get composing {
_ensureOpen();
return bindings.ghostty_key_event_get_composing(_handle);
}
Implementation
set composing(bool value) {
_ensureOpen();
bindings.ghostty_key_event_set_composing(_handle, value);
}