Qt: Fix mouse scalling

This commit is contained in:
german77
2023-02-15 20:57:45 -06:00
parent 6d77de96da
commit 57aaf00a0c
2 changed files with 8 additions and 18 deletions

View File

@ -184,8 +184,6 @@ public:
void CaptureScreenshot(const QString& screenshot_path);
std::pair<u32, u32> ScaleTouch(const QPointF& pos) const;
/**
* Instructs the window to re-launch the application using the specified program_index.
* @param program_index Specifies the index within the application of the program to launch.