mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 18:09:35 -04:00
feat: Toggle Gyro for Controller Overlay
This commit is contained in:
@@ -50,6 +50,9 @@ public:
|
||||
// Updates input on scheduled interval
|
||||
void UpdateInput();
|
||||
|
||||
// Gyro Visibility
|
||||
bool gyro_visible = true;
|
||||
|
||||
protected:
|
||||
void paintEvent(QPaintEvent* event) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user