From a36b46bad0370fcab8d582734743cb27c0964463 Mon Sep 17 00:00:00 2001
From: ave <ave@ave.zone>
Date: Mon, 21 Aug 2023 17:33:54 +0200
Subject: [PATCH] docs: Add note to sys_buttons about using InputController
 instead

---
 docs/api/sys_buttons.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/api/sys_buttons.rst b/docs/api/sys_buttons.rst
index fbe227077f..6d0a5af08c 100644
--- a/docs/api/sys_buttons.rst
+++ b/docs/api/sys_buttons.rst
@@ -1,6 +1,12 @@
 ``sys_buttons`` module
 ======================
 
+.. note::
+
+   This is a rather low-level way to access buttons, consider using `InputController` instead:
+
+   https://docs.flow3r.garden/badge/programming.html#example-1d-automatic-input-processing
+
 .. automodule:: sys_buttons
    :members:
    :undoc-members:
-- 
GitLab