From 813a64be1ae487d22b6846cfa432c9b1f4fcbbfd Mon Sep 17 00:00:00 2001 From: OgelGames Date: Sat, 22 Jan 2022 17:42:03 +1100 Subject: [PATCH] Update touchscreen.md --- docs/touchscreen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/touchscreen.md b/docs/touchscreen.md index 0be663f..2701278 100644 --- a/docs/touchscreen.md +++ b/docs/touchscreen.md @@ -512,7 +512,7 @@ digiline_send("touchscreen", { W = 3, H = 0.8, name = "dropdown", - listelements = {"a", "b", "c"}, + choices = {"a", "b", "c"}, selected_id = 0, index_event = false, })