ghostty_selection_gesture_get_multi function

GhosttyResult ghostty_selection_gesture_get_multi(
  1. GhosttySelectionGesture gesture,
  2. GhosttyTerminal terminal,
  3. int count,
  4. Pointer<UnsignedInt> keys,
  5. Pointer<Pointer<Void>> values,
  6. Pointer<Size> out_written,
)

Implementation

GhosttyResult ghostty_selection_gesture_get_multi(
  GhosttySelectionGesture gesture,
  GhosttyTerminal terminal,
  int count,
  ffi.Pointer<ffi.UnsignedInt> keys,
  ffi.Pointer<ffi.Pointer<ffi.Void>> values,
  ffi.Pointer<ffi.Size> out_written,
) => GhosttyResult.fromValue(
  _ghostty_selection_gesture_get_multi(
    gesture,
    terminal,
    count,
    keys,
    values,
    out_written,
  ),
);