mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
fix(overhaul): UI and resolution bugs for Steam Deck (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