ghostty_key_event_set_action function

void ghostty_key_event_set_action(
  1. GhosttyKeyEvent event,
  2. GhosttyKeyAction action
)

Implementation

void ghostty_key_event_set_action(
  GhosttyKeyEvent event,
  GhosttyKeyAction action,
) => _ghostty_key_event_set_action(event, action.value);