diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 28f6005653..4166bdf4b0 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -44,7 +44,7 @@ Interface changes - add `current-gpu-context` property - add `--secondary-sub-ass-override` option - add `--input-preprocess-wheel` option - - remove shared-script-properties (user-data is a replacement) + - remove `shared-script-properties` (`user-data` is a replacement) - add `--secondary-sub-delay`, decouple secondary subtitles from `--sub-delay` - add the `--osd-bar-border-size` option diff --git a/DOCS/interface-changes/input-select.txt b/DOCS/interface-changes/input-select.txt index 03e421a6c7..09306c8481 100644 --- a/DOCS/interface-changes/input-select.txt +++ b/DOCS/interface-changes/input-select.txt @@ -1 +1 @@ -`add mp.input.select()` +add `mp.input.select()` diff --git a/DOCS/interface-changes/input-touch-emulate-mouse.txt b/DOCS/interface-changes/input-touch-emulate-mouse.txt deleted file mode 100644 index 00b08b7715..0000000000 --- a/DOCS/interface-changes/input-touch-emulate-mouse.txt +++ /dev/null @@ -1 +0,0 @@ -add --input-touch-emulate-mouse option diff --git a/DOCS/interface-changes/native-touch.txt b/DOCS/interface-changes/native-touch.txt index 91c3a53bad..164f0ce4f5 100644 --- a/DOCS/interface-changes/native-touch.txt +++ b/DOCS/interface-changes/native-touch.txt @@ -1 +1,3 @@ -add --native-touch option +add `--native-touch` option +add `--input-touch-emulate-mouse` option +add `touch-pos` property diff --git a/DOCS/interface-changes/touch-pos.txt b/DOCS/interface-changes/touch-pos.txt deleted file mode 100644 index a390d2369f..0000000000 --- a/DOCS/interface-changes/touch-pos.txt +++ /dev/null @@ -1 +0,0 @@ -add `touch-pos` property