mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 01:17:56 -05:00
yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user