From 4f6e559dec071acbb5e104ed2e383439e8b23779 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 17 Mar 2023 22:24:37 +0100 Subject: man: deprecate seat cursor move/set/press/release The Wayland protocol better serves this purpose, and is supported by more compositors. --- sway/sway-input.5.scd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index 7f51b866..1662d55a 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -228,6 +228,8 @@ correct seat. absolute coordinates (with respect to the global coordinate space). Specifying either value as 0 will not update that coordinate. + Deprecated: use the virtual-pointer Wayland protocol instead. + *seat* cursor press|release button[1-9]| Simulate pressing (or releasing) the specified mouse button on the specified seat. The button can either be provided as a button event name or @@ -236,6 +238,8 @@ correct seat. event will be simulated, however _press_ and _release_ will be ignored and both will occur. + Deprecated: use the virtual-pointer Wayland protocol instead. + *seat* fallback true|false Set this seat as the fallback seat. A fallback seat will attach any device not explicitly attached to another seat (similar to a "default" seat). -- cgit v1.2.3-54-g00ecf