aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin')
-rw-r--r--include/gwin/list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gwin/list.h b/include/gwin/list.h
index 7355623f..ba83f24b 100644
--- a/include/gwin/list.h
+++ b/include/gwin/list.h
@@ -65,8 +65,8 @@ extern "C" {
* @note The list contains no elements after creation.
* @note A slider supports mouse, toggle and dial input.
* @note When assigning a toggle, only one toggle is supported per role. If you try to assign more than
- * one toggle to a role, it will forget the previous toggle. Three roles are supported:
- * Role 0 = toggle for down, role 1 = toggle for up, role 2 = toggle for select.
+ * one toggle to a role, it will forget the previous toggle. Two roles are supported:
+ * Role 0 = toggle for down, role 1 = toggle for up
* @note When assigning a dial, only one dial is supported. If you try to assign more than one dial, it
* will forget the previous dial. Only dial role 0 is supported.
*