mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 08:27:53 +00:00
Qt: Reintroduce scaling for touch input
This commit is contained in:
parent
0af0887f01
commit
22874a20d9
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue