summaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
authorgal20 <71563441+gal20@users.noreply.github.com>2020-12-30 21:41:14 +0200
committergal20 <71563441+gal20@users.noreply.github.com>2020-12-31 21:16:09 +0200
commit5dfb8743cb8c98642177a7788fd796e48a6867bf (patch)
tree60cb281b7341208ea478818ac089886b8d13b173 /src/yuzu/bootmanager.h
parentaa87278bf04f70e557020556cce50539fcf0ee81 (diff)
yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r--src/yuzu/bootmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h
index ebe5cb965..339095509 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -184,6 +184,7 @@ signals:
void Closed();
void FirstFrameDisplayed();
void ExecuteProgramSignal(std::size_t program_index);
+ void MouseActivity();
private:
void TouchBeginEvent(const QTouchEvent* event);
@@ -216,4 +217,5 @@ private:
protected:
void showEvent(QShowEvent* event) override;
+ bool eventFilter(QObject* object, QEvent* event) override;
};