ghostty_mouse_event_free function
- @Native<Void Function(GhosttyMouseEvent)>(GhosttyMouseEvent)>()
- 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);