ghostty_selection_gesture_get function

GhosttyResult ghostty_selection_gesture_get(
  1. GhosttySelectionGesture gesture,
  2. GhosttyTerminal terminal,
  3. GhosttySelectionGestureData data,
  4. 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),
);