ghostty_selection_gesture_get function
GhosttyResult
ghostty_selection_gesture_get(
- GhosttySelectionGesture gesture,
- GhosttyTerminal terminal,
- GhosttySelectionGestureData data,
- Pointer<
Void> value,
Implementation
GhosttyResult ghostty_selection_gesture_get(
GhosttySelectionGesture gesture,
GhosttyTerminal terminal,
GhosttySelectionGestureData data,
ffi.Pointer<ffi.Void> value,
) => GhosttyResult.fromValue(
_ghostty_selection_gesture_get(gesture, terminal, data.value, value),
);