ghostty_focus_encode function

GhosttyResult ghostty_focus_encode(
  1. GhosttyFocusEvent event,
  2. Pointer<Char> buf,
  3. int buf_len,
  4. Pointer<Size> out_written,
)

Implementation

GhosttyResult ghostty_focus_encode(
  GhosttyFocusEvent event,
  ffi.Pointer<ffi.Char> buf,
  int buf_len,
  ffi.Pointer<ffi.Size> out_written,
) => GhosttyResult.fromValue(
  _ghostty_focus_encode(event.value, buf, buf_len, out_written),
);