diff options
author | german77 <juangerman-13@hotmail.com> | 2023-02-19 17:52:44 -0600 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2023-02-19 17:52:44 -0600 |
commit | 165ebbb63c19486c1ffb9a4a05a94179e9a47c17 (patch) | |
tree | d3aa1391459db96ccb410e203e861eae2a5a8e44 /src/yuzu/bootmanager.h | |
parent | 898c5d35a58b555301ad1131e52870fbabe8802c (diff) |
Qt: Reintroduce scaling for touch input
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r-- | src/yuzu/bootmanager.h | 2 |
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; |