From 273b280f469f5be3455f98f4230b169cc9ee67f2 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Wed, 5 Feb 2020 21:50:03 +0000 Subject: virtual-pointer: Add request for mapping to specific output --- protocol/wlr-virtual-pointer-unstable-v1.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'protocol') diff --git a/protocol/wlr-virtual-pointer-unstable-v1.xml b/protocol/wlr-virtual-pointer-unstable-v1.xml index e21b4d71..ea243e7c 100644 --- a/protocol/wlr-virtual-pointer-unstable-v1.xml +++ b/protocol/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. + + + + + -- cgit v1.2.3