mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 19:43:34 +00: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