mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-20 19:44:30 -04:00
fix(gamescope): Restructure Controller Overlay for Gamescope
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -13,6 +13,8 @@ class ControllerOverlay : public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
void SetVisible(bool visible);
|
||||
bool is_enabled = false;
|
||||
explicit ControllerOverlay(GMainWindow* parent);
|
||||
~ControllerOverlay() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user