summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-02-26 18:19:16 -0500
committersfan5 <sfan5@live.de>2024-03-01 18:25:12 +0100
commit9d03b83a6c26341b2dd7c5e1ffc4592219c79730 (patch)
tree5e3d152d4b99d9aed926eaedc694db904e336287 /DOCS/man
parent4560d93bf0f2494f4f1344ac1840801911be7319 (diff)
downloadmpv-9d03b83a6c26341b2dd7c5e1ffc4592219c79730.tar.bz2
mpv-9d03b83a6c26341b2dd7c5e1ffc4592219c79730.tar.xz
command: add begin-vo-dragging command
This command initializes a vo dragging request for VOs that implement the new VOCTRL_BEGIN_DRAGGING voctrl. This allows scripts to begin vo dragging for any button press event.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 84f64cf5c7..f3e222d8c1 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1478,6 +1478,13 @@ Input Commands that are Possibly Subject to Change
This command has an even more uncertain future than ``ab-loop-dump-cache``
and might disappear without replacement if the author decides it's useless.
+``begin-vo-dragging``
+ Begin window dragging if supported by the current VO. This command should
+ only be called while a mouse button is being pressed, otherwise it will
+ be ignored. The exact effect of this command depends on the VO implementation
+ of window dragging. For example, on Windows only the left mouse button can
+ begin window dragging, while X11 and Wayland allow other mouse buttons.
+
Undocumented commands: ``ao-reload`` (experimental/internal).
List of events