Qt: Reintroduce scaling for touch input
This commit is contained in:
parent
898c5d35a5
commit
165ebbb63c
2 changed files with 16 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue