action property

GhosttyKeyAction get action

Implementation

bindings.GhosttyKeyAction get action {
  _ensureOpen();
  return bindings.ghostty_key_event_get_action(_handle);
}
set action (GhosttyKeyAction value)

Implementation

set action(bindings.GhosttyKeyAction value) {
  _ensureOpen();
  bindings.ghostty_key_event_set_action(_handle, value);
}