mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-27 05:03:29 +00: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;
|
||||
|
||||
@@ -35,4 +37,4 @@ private:
|
||||
|
||||
bool is_dragging = false;
|
||||
QPoint drag_start_pos;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user