From 4ed42c66fcb8102ee534d80c2a12735eb9bb2be6 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Thu, 14 Nov 2024 21:18:22 -0500 Subject: [PATCH] DOCS/man/input.rst: document that WHEEL_* are scalable The documents the scalable keys (currently WHEEL_*) and notes how the keys work with scalable commands. Mention touch pad as a common source of scalable input source. --- DOCS/man/input.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index eece90240d690..6f1f2b05490c5 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -131,7 +131,10 @@ Comments on some symbolic names: ``MBTN*`` are aliases for ``MOUSE_BTN*``. ``WHEEL_*`` - Mouse wheels (typically). + Mouse wheels and touch pads (typically). + + This key is scalable when used with scalable commands if the underlying + device supports high-resolution scrolling (e.g. touch pads). ``AXIS_*`` Deprecated aliases for ``WHEEL_*``.