ghostty_mouse_event_set_button function
Implementation
void ghostty_mouse_event_set_button(
GhosttyMouseEvent event,
GhosttyMouseButton button,
) => _ghostty_mouse_event_set_button(event, button.value);
void ghostty_mouse_event_set_button(
GhosttyMouseEvent event,
GhosttyMouseButton button,
) => _ghostty_mouse_event_set_button(event, button.value);