ghostty_mouse_event_free function

  1. @Native<Void Function(GhosttyMouseEvent)>(GhosttyMouseEvent)>()
void ghostty_mouse_event_free(
  1. GhosttyMouseEvent event
)

Free a mouse event instance.

@param event The mouse event handle to free (may be NULL)

@ingroup mouse

Implementation

@ffi.Native<ffi.Void Function(GhosttyMouseEvent)>()
external void ghostty_mouse_event_free(GhosttyMouseEvent event);