From 67321406a514a9686eb07318894ed3d8964927cc Mon Sep 17 00:00:00 2001 From: gennyble Date: Sat, 7 Dec 2024 03:10:57 -0600 Subject: Use north gamepad button to open save dialog --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 30c374b..59d004f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -105,6 +105,7 @@ impl Etch { } gilrs::EventType::ButtonPressed(btn, code) => match btn { Button::South => self.clear_pressed(), + Button::North => self.save(), _ => (), }, _ => (), -- cgit 1.4.1-3-g733a5