mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-23 16:28:58 +02:00
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue