From f9fc0c1e8288cceec65db185a9a908b63a7c3d49 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 9 Aug 2025 09:08:06 +0200 Subject: Added SELECT and START buttons --- tests/test.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests') diff --git a/tests/test.lua b/tests/test.lua index 644b54b..f85b644 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -63,6 +63,14 @@ function test_buttons() draw_text("Pad Right", 10, 100, 20, color.VIOLET) end + if button_down(button.SELECT) then + draw_text("Select", 10, 130, 20, color.VIOLET) + end + + if button_down(button.START) then + draw_text("Start", 10, 160, 20, color.VIOLET) + end + if button_down(button.A) then draw_text("A", 150, 10, 20, color.VIOLET) end -- cgit v1.2.3