From c11408942e2fb54d41dadb84cdf844331076ae11 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Fri, 7 Feb 2020 19:13:53 +0000 Subject: [PATCH] virtual-pointer: Add request for mapping to specific output --- unstable/wlr-virtual-pointer-unstable-v1.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/unstable/wlr-virtual-pointer-unstable-v1.xml b/unstable/wlr-virtual-pointer-unstable-v1.xml index e21b4d7..ea243e7 100644 --- a/unstable/wlr-virtual-pointer-unstable-v1.xml +++ b/unstable/wlr-virtual-pointer-unstable-v1.xml @@ -23,7 +23,7 @@ DEALINGS IN THE SOFTWARE. - + This protocol allows clients to emulate a physical pointer device. The requests are mostly mirror opposites of those specified in wl_pointer. @@ -118,7 +118,7 @@ - + This object allows clients to create individual virtual pointer objects. @@ -135,5 +135,18 @@ + + + + + Creates a new virtual pointer. The seat and the output arguments are + optional. If the seat argument is set, the compositor should assign the + input device to the requested seat. If the output argument is set, the + compositor should map the input device to the requested output. + + + + +