ghostty_selection_gesture_get_multi function
GhosttyResult
ghostty_selection_gesture_get_multi(
- GhosttySelectionGesture gesture,
- GhosttyTerminal terminal,
- int count,
- Pointer<
UnsignedInt> keys, - Pointer<
Pointer< values,Void> > - 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,
),
);