feat: Toggle Gyro for Controller Overlay

This commit is contained in:
Collecting
2025-10-31 05:36:09 +00:00
parent 59bba7848d
commit a6b038df43

View File

@@ -50,6 +50,9 @@ public:
// Updates input on scheduled interval
void UpdateInput();
// Gyro Visibility
bool gyro_visible = true;
protected:
void paintEvent(QPaintEvent* event) override;