Qt: Reintroduce scaling for touch input

This commit is contained in:
german77
2023-02-19 17:52:44 -06:00
parent 898c5d35a5
commit 165ebbb63c
2 changed files with 16 additions and 6 deletions

View File

@ -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;