mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-17 10:10:45 -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
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
void SetVisible(bool visible);
|
||||||
|
bool is_enabled = false;
|
||||||
explicit ControllerOverlay(GMainWindow* parent);
|
explicit ControllerOverlay(GMainWindow* parent);
|
||||||
~ControllerOverlay() override;
|
~ControllerOverlay() override;
|
||||||
|
|
||||||
@@ -35,4 +37,4 @@ private:
|
|||||||
|
|
||||||
bool is_dragging = false;
|
bool is_dragging = false;
|
||||||
QPoint drag_start_pos;
|
QPoint drag_start_pos;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user