Skip to content

Commit 147c951

Browse files
zenoditykasper93
authored andcommitted
DOCS/man/input: add tablet-pos node map schema
1 parent 9bb5a0b commit 147c951

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

DOCS/man/input.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3201,6 +3201,20 @@ Property list
32013201
``tablet-pos/pad-btns/N``
32023202
The state of the Nth tablet pad button, ``pressed`` or ``released``.
32033203

3204+
::
3205+
3206+
MPV_FORMAT_NODE_MAP
3207+
"x" MPV_FORMAT_INT64
3208+
"y" MPV_FORMAT_INT64
3209+
"tool-in-proximity" MPV_FORMAT_FLAG
3210+
"tool-tip" MPV_FORMAT_STRING
3211+
"tool-stylus-btn1" MPV_FORMAT_STRING
3212+
"tool-stylus-btn2" MPV_FORMAT_STRING
3213+
"tool-stylus-btn3" MPV_FORMAT_STRING
3214+
"pad-focus" MPV_FORMAT_FLAG
3215+
"pad-btns" MPV_FORMAT_NODE_MAP
3216+
(key and string value for each pad-btn entry)
3217+
32043218
``sub-ass-extradata``
32053219
The current ASS subtitle track's extradata. There is no formatting done.
32063220
The extradata is returned as a string as-is. This property is not

0 commit comments

Comments
 (0)