ghostty_mouse_encoder_free function

  1. @Native<Void Function(GhosttyMouseEncoder)>(GhosttyMouseEncoder)>()
void ghostty_mouse_encoder_free(
  1. GhosttyMouseEncoder encoder
)

Free a mouse encoder instance.

@param encoder The encoder handle to free (may be NULL)

@ingroup mouse

Implementation

@ffi.Native<ffi.Void Function(GhosttyMouseEncoder)>()
external void ghostty_mouse_encoder_free(GhosttyMouseEncoder encoder);