ghostty_mouse_event_set_action function

void ghostty_mouse_event_set_action(
  1. GhosttyMouseEvent event,
  2. GhosttyMouseAction action
)

Implementation

void ghostty_mouse_event_set_action(
  GhosttyMouseEvent event,
  GhosttyMouseAction action,
) => _ghostty_mouse_event_set_action(event, action.value);