From b0ebed916c6db4d9b537ea908d6b627587e91123 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Sun, 23 Oct 2022 19:08:31 +0100 Subject: [PATCH] Update usbcontroller.h --- usbcontroller.h | 1 + 1 file changed, 1 insertion(+) diff --git a/usbcontroller.h b/usbcontroller.h index ed0f6ac..f1f34d4 100644 --- a/usbcontroller.h +++ b/usbcontroller.h @@ -120,6 +120,7 @@ private: QString serial=""; QGamepad* gamepad=Q_NULLPTR; void buttonState(QString but, bool val); + void buttonState(QString but, double val); protected: };