mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 06:15:46 +00:00
yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476
This commit is contained in:
parent
e1b8d02351
commit
6e102ea048
4 changed files with 24 additions and 19 deletions
|
@ -184,6 +184,7 @@ signals:
|
|||
void Closed();
|
||||
void FirstFrameDisplayed();
|
||||
void ExecuteProgramSignal(std::size_t program_index);
|
||||
void MouseActivity();
|
||||
|
||||
private:
|
||||
void TouchBeginEvent(const QTouchEvent* event);
|
||||
|
@ -216,4 +217,5 @@ private:
|
|||
|
||||
protected:
|
||||
void showEvent(QShowEvent* event) override;
|
||||
bool eventFilter(QObject* object, QEvent* event) override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue