summaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-02-19 17:52:44 -0600
committergerman77 <juangerman-13@hotmail.com>2023-02-19 17:52:44 -0600
commit165ebbb63c19486c1ffb9a4a05a94179e9a47c17 (patch)
treed3aa1391459db96ccb410e203e861eae2a5a8e44 /src/yuzu/bootmanager.h
parent898c5d35a58b555301ad1131e52870fbabe8802c (diff)
Qt: Reintroduce scaling for touch input
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;