summaryrefslogtreecommitdiffstats
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
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 627e19f42..bb4eca07f 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -147,6 +147,8 @@ public:
qreal windowPixelRatio() const;
+ std::pair<u32, u32> ScaleTouch(const QPointF& pos) const;
+
void closeEvent(QCloseEvent* event) override;
void resizeEvent(QResizeEvent* event) override;