ghostty_key_event_set_key function

void ghostty_key_event_set_key(
  1. GhosttyKeyEvent event,
  2. GhosttyKey key
)

Implementation

void ghostty_key_event_set_key(GhosttyKeyEvent event, GhosttyKey key) =>
    _ghostty_key_event_set_key(event, key.value);